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 150449 - ffdemux_mpegts causes internal error: push on pad
ffdemux_mpegts causes internal error: push on pad
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-libav
git master
Other Linux
: Normal major
: 0.8.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-08-18 14:24 UTC by gnome
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description gnome 2004-08-18 14:24:30 UTC
trying to receive files send via udp by vlc[1] using gst-launch like this:
gst-launch-0.8 -v udpsrc port=1234  ! ffdemux_mpegts !
"video/mpeg",width=320,height=240,framerate=25.0 ! ffdec_mpeg4 ! xvimagesink

i get this error:
RUNNING pipeline ...
/pipeline0/udpsrc0.src: caps = video/mpegts, systemstream=(boolean)true
/pipeline0/ffdemux_mpegts0.sink: caps = video/mpegts,
systemstream=(boolean)true/pipeline0/udpsrc0.src: active = TRUE
/pipeline0/ffdemux_mpegts0.sink: active = TRUE

(process:20393): GStreamer-WARNING **: internal error: push on pad
ffdemux_mpegts0:sink but it has no chainhandler


[1] vlc clip.avi --no-audio --sout
'#transcode{size=320x240,vcodec=mp4v,vb=1200,vt=800000,keyint=80,deinterlace,hq}:std{access=udp,mux=ts,url=127.0.0.1}'
--ttl 4
Comment 1 Jan Schmidt 2004-08-19 13:34:42 UTC
Fixed in CVS, at least the above error. I still couldn't get anything to play
via UDP.
Comment 2 gnome 2004-08-19 17:49:39 UTC
to get it to work ffdemux_mpegts neets to be fixed: bug #150563