[gstreamer-bugs] [Bug 554901] ffmux does not clean up properly on PAUSED->READY

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Oct 6 16:13:15 PDT 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=554901

  GStreamer | gst-ffmpeg | Ver: 0.10.x




------- Comment #2 from Pavel Zeldin  2008-10-06 23:13 UTC -------
Created an attachment (id=120068)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=120068&action=view)
test program to run a pipeline

This could be useful in reproducing the problem.
To compile/link run:
gcc -o pipelineplayer `pkg-config --cflags-only-I gstreamer-0.10`
pipelineplayer.c `pkg-config --libs gstreamer-0.10`

This programs expect one argument: pipeline to execute. While the program is
running send HUP signal and it will set pipeline to NULL and then PLAYING
again,
which could help, except that it exposes another one:
GST_DEBUG=3 ./pipelineplayer 'videotestsrc ! ffmpegcolorspace ! timeoverlay !
ffenc_msmpeg4 ! ffmux_asf ! ffdemux_asf ! ffdec_msmpeg4 ! ffmpegcolorspace !
ximagesink'
results in:
0:00:04.215762175 26071  0x9556008 WARN                ffmpeg
gstffmpegdemux.c:1440:gst_ffmpegdemux_sink_activate_push:<ffdemux_asf0> error:
failed to activate sinkpad in pull mode, push mode not implemented yet
0:00:04.215981693 26071  0x9556008 INFO      GST_ERROR_SYSTEM
gstelement.c:1677:gst_element_message_full:<ffdemux_asf0> posting message:
Element doesn't implement handling of this stream. Please file a bug.
0:00:04.216157382 26071  0x9556008 INFO      GST_ERROR_SYSTEM
gstelement.c:1700:gst_element_message_full:<ffdemux_asf0> posted error message:
Element doesn't implement handling of this stream. Please file a bug.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=554901.




More information about the Gstreamer-bugs mailing list