GNOME Bugzilla – Bug 702619
FLV files could not properly be handled
Last modified: 2014-07-29 01:08:56 UTC
since 1.0.x, FLV files are not properly handled by playbin (a.k.a playbin2 in 0.10) in comparison to 0.10 ABI. Here is one of many examples I provided uploaded in dropbox (not the full flv file, but only around 60MB of data. The link is: https://www.dropbox.com/s/ctfxtspw951qddh/Upside-down.flv I uses the following commmand to play this file: gst-launch-1.0 -v playbin uri=Upside-down.flv 0. If all AAC codecs and H264 codecs are kept, playbin will NOT work. 1. If all AAC codecs are removed, playbin will work, and output the video. 2. If all H264 codecs are removed, playbin will work and output the audio. No valuable debug information could be recognized from GST_DEBUG=5.
this issue behaves the same if I uses fakesink instead.
I'm not sure what the issue was, but it works fine for me in git master (but does not with 1.0.x).
I tried 1.1.1, this issue seems to be the same.
Could you make a GST_DEBUG=*:6 log with 1.1.1 or git master please, and attach it? (gzipped) Do you see the window come up, but without any content? Or how does it fail?
Sorry, it's my fault, 1.1.1 could actually work, but no lucky for 1.0.x.
zhengdao, does it work for you with current master or 1.2.x releases ?
Works in 1.2, and 1.4. Let's mark this as fixed then.