After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 341715 - 'Element doesn't implement handling of this stream. Please file a bug'
'Element doesn't implement handling of this stream. Please file a bug'
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-libav
0.10.1
Other All
: Normal normal
: 0.10.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-05-14 10:01 UTC by Sam Morris
Modified: 2006-05-16 09:24 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14



Description Sam Morris 2006-05-14 10:01:13 UTC
Please describe the problem:
When trying to play a certain M4A file:

$ gst-launch -v playbin uri=file:///home/sam/bad.m4a
Setting pipeline to PAUSED ...
/playbin0/decoder.sink: caps = NULL
/playbin0/decoder/typefind.src: caps = audio/x-m4a
Pipeline is PREROLLING ...
ERROR: from element /playbin0/decoder/ffdemux_aac0: Element doesn't implement
handling of this stream. Please file a bug.
Additional debug info:
gstffmpegdemux.c(987): gst_ffmpegdemux_sink_activate ():
/playbin0/decoder/ffdemux_aac0:
failed to activate sinkpad in pull mode, push mode not implemented yet
ERROR: pipeline doesn't want to preroll.
Setting pipeline to NULL ...
/playbin0/decoder/ffdemux_mov_mp4_m4a_3gp_3g20.audio_00: caps = NULL
/playbin0/decoder/typefind.src: caps = NULL
FREEING pipeline ...


Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Sam Morris 2006-05-14 10:04:50 UTC
The file is at <http://robots.org.uk/stuff/bad.m4a>.
Comment 2 Wim Taymans 2006-05-16 07:51:28 UTC
seems to work fine with CVS of everything, the demuxers and certainly ffdemux_aac was disabled in ffmpeg. uses qtdemux and faad now.
Comment 3 Jan Schmidt 2006-05-16 09:24:55 UTC
Which is still waiting on a new release of gst-ffmpeg - I'm planning to do one this week.