Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 80810 Details for
Bug 123569
faad2 xmms plugin fails to load - undefined symbol MP4GetTrackAudioType
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to fix xmms plugin
faad-2.0-xmms.patch (text/plain), 1.04 KB, created by
Olivier Crete (RETIRED)
on 2006-02-26 20:37:48 UTC
(
hide
)
Description:
patch to fix xmms plugin
Filename:
MIME Type:
Creator:
Olivier Crete (RETIRED)
Created:
2006-02-26 20:37:48 UTC
Size:
1.04 KB
patch
obsolete
>--- plugins/xmms/src/mp4_utils.c.orig 2006-02-26 23:29:45.000000000 -0500 >+++ plugins/xmms/src/mp4_utils.c 2006-02-26 23:30:20.000000000 -0500 >@@ -54,7 +54,7 @@ > const char *trackType = MP4GetTrackType(file, trackID); > if(!strcmp(trackType, MP4_AUDIO_TRACK_TYPE)){//we found audio track ! > int j=0; >- u_int8_t audiotype = MP4GetTrackAudioType(file, trackID); >+ u_int8_t audiotype = MP4GetTrackEsdsObjectTypeId(file, trackID); > while(mp4AudioTypes[j]){ // what kind of audio is ? > if(mp4AudioTypes[j] == audiotype){ > if(mp4AudioTypes[j] == MP4_MPEG4_AUDIO_TYPE){//MPEG4 audio ok >@@ -126,7 +126,7 @@ > printf("Track %d, %s", trackID, trackType); > if(!strcmp(trackType, MP4_AUDIO_TRACK_TYPE)){//we found audio track ! > int j=0; >- u_int8_t audiotype = MP4GetTrackAudioType(mp4file, trackID); >+ u_int8_t audiotype = MP4GetTrackEsdsObjectTypeId(mp4file, trackID); > while(mp4AudioTypes[j]){ // what kind of audio is ? > if(mp4AudioTypes[j] == audiotype){ > if(mp4AudioTypes[j] == MP4_MPEG4_AUDIO_TYPE){
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 123569
: 80810 |
84935