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 349916 - [gdp] raw audio saved in gdp, when depayloading complains with packet header is of wrong type
[gdp] raw audio saved in gdp, when depayloading complains with packet header...
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal blocker
: 0.10.4
Assigned To: Thomas Vander Stichele
GStreamer Maintainers
Depends on:
Blocks: 347783
 
 
Reported: 2006-08-04 11:59 UTC by Zaheer Abbas Merali
Modified: 2006-08-04 13:20 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Zaheer Abbas Merali 2006-08-04 11:59:16 UTC
To reproduce:
gst-launch-0.10 audiotestsrc is-live=true ! gdppay ! filesink location=audio.gdp

for 10 seconds

then:
gst-launch-0.10 filesrc location=audio.gdp ! gdpdepay ! audioconvert ! alsasink

Pipeline is PREROLLING ...
ERROR: from element /pipeline0/gdpdepay0: Could not decode stream.
Additional debug info:
gstgdpdepay.c(393): gst_gdp_depay_chain (): /pipeline0/gdpdepay0:
GDP packet header is of wrong type
Comment 1 Zaheer Abbas Merali 2006-08-04 13:20:58 UTC
fixed in CVS.