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 349204 - [gdp] raw audio saved in gdp does not depayload correctly
[gdp] raw audio saved in gdp does not depayload correctly
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal blocker
: 0.10.4
Assigned To: Wim Taymans
GStreamer Maintainers
Depends on:
Blocks: 347783
 
 
Reported: 2006-07-29 18:16 UTC by Zaheer Abbas Merali
Modified: 2006-07-31 08:49 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Zaheer Abbas Merali 2006-07-29 18:16:20 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.
Comment 1 Wim Taymans 2006-07-31 08:49:01 UTC
        * 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