[gst-devel] from pipeline to code
Daniel Shachrur
deneeel at hotmail.com
Tue Jan 8 11:16:00 CET 2008
look at:
gst-launch-0.10 udpsrc port=50000 caps=application/x-rtp ! rtpmp4vdepay ! video/mpeg,mpegversion=4,width=720,height=576,framerate=25/1 ! ffdec_mpeg4 ! videoflip method=clockwise ! xvimagesink sync=false
this pipe;ine can be coded as following:
videodepay = gst_element_factory_make ("rtpmp4vdepay", "vdepay");
decoder = gst_element_factory_make ("ffdec_mpeg4", "ffmpeg-decoder");
etc...
how can i code the following parts: video/mpeg,mpegversion=4,width=720,height=576,framerate=25/1 and
videoflip method=clockwise
what are there types? what gst functions are needed?
thanx
daniel
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
More information about the gstreamer-devel
mailing list