[gst-devel] gst-rtsp-server: GST_IS_ELEMENT (element)' failed
Wes Miller
wmiller at sdr.com
Wed Nov 17 13:57:32 CET 2010
Assuming this is your pipeline:
./test-launch --gst-debug=3 "( audiotestsrc ! mulawenc ! rtppcmupay
name=pay0 pt=0 )"
try running it alone from gst-launch and you'll find it doesn't work.
Replace rtppcmupay with fakesink and you'll see that the rest of the pipe is
ok. I didn't check, but does rtppcmupay match the caps coming from
mulawenc?
Also, check your payload type. I think 0 has a reserved meaning and you
probably want >= 96.
Wes
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/gst-rtsp-server-GST-IS-ELEMENT-element-failed-tp3044156p3046667.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list