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 162330 - [rtpgsmenc] gsmenc ! rtpgsmenc gives assertion `GST_PAD_DIRECTION (pad) == GST_PAD_SRC' failed
[rtpgsmenc] gsmenc ! rtpgsmenc gives assertion `GST_PAD_DIRECTION (pad) == GS...
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal normal
: 0.8.8
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-12-27 15:22 UTC by Toni Willberg
Modified: 2005-01-29 12:43 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Toni Willberg 2004-12-27 15:22:30 UTC
$ gst-launch-0.8 -v --gst-fatal-warnings sinesrc ! gsmenc ! rtpgsmenc
RUNNING pipeline ...
/pipeline0/gsmenc0.src: caps = audio/x-gsm, rate=(int)44100, channels=(int)1
/pipeline0/rtpgsmenc0.sink: caps = audio/x-gsm, rate=(int)44100, channels=(int)1
/pipeline0/sinesrc0.src: caps = audio/x-raw-int, endianness=(int)1234,
signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int)44100, channels=(int)1
/pipeline0/gsmenc0.sink: caps = audio/x-raw-int, endianness=(int)1234,
signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int)44100, channels=(int)1
/pipeline0/sinesrc0.src: active = TRUE
/pipeline0/gsmenc0.sink: active = TRUE
/pipeline0/gsmenc0.src: active = TRUE
/pipeline0/rtpgsmenc0.sink: active = TRUE
/pipeline0/rtpgsmenc0.src: active = TRUE

GStreamer-CRITICAL **: file gstpad.c: line 3171 (gst_pad_push): assertion
`GST_PAD_DIRECTION (pad) == GST_PAD_SRC' failed
aborting...
Aborted
Comment 1 Ronald Bultje 2005-01-29 12:43:33 UTC
Fixed (wrong template for creating pad).