[gstreamer-bugs] [Bug 625634] sdpdemux does not handle EOS events

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Sep 21 10:22:53 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=625634
  GStreamer | gst-plugins-bad | 0.10.19

--- Comment #1 from Wim Taymans <wim.taymans at gmail.com> 2010-09-21 17:22:52 UTC ---
(In reply to comment #0)
> The sdpdemux plugin seems to ignore EOS events. To reproduce the problem run
> the following gst-launch command (note the "-e" command line option):
> 
> gst-launch -e filesrc location=some_sdp_file.sdp ! sdpdemux ! decodebin !
> xvimagesink
> 
> Wait some time and then press ctrl-c. gst-launch then prints out "Waiting for
> EOS..." and waits forever.

That's a problem indeed. Not sure how to fix it because sdpdemux already
received an EOS event.

> 
> Same behavior with a self written C program. Setting the filesrc and/or
> sdpdemux elements from state PLAYING to state READY does not trigger an EOS
> event on the pipeline.

That would be normal, doing a state change to READY should not trigger EOS.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list