GNOME Bugzilla – Bug 349204
[gdp] raw audio saved in gdp does not depayload correctly
Last modified: 2006-07-31 08:49:01 UTC
Test case: gst-launch-0.10 audiotestsrc is-live=true ! gdppay ! filesink location=audio.gdp run for 10 seconds. then: gst-launch-0.10 filesrc location=audio.gdp ! gdpdepay ! audioconvert ! alsasink Gives loads of: (gst-launch-0.10:9072): GStreamer-CRITICAL **: gst_segment_clip: assertion `segment->format == format' failed And no audio comes out.
* gst/gdp/gstgdpdepay.c: (gst_gdp_depay_init), (gst_gdp_depay_sink_event), (gst_gdp_depay_chain): Consume all events except EOS because we generate events from the gdp payload instead. Fixes #349204