gst-launch works but application does not
art vanderhoff
gstream at ccc2.com
Mon Feb 13 02:51:24 PST 2012
Thank you for the advice Stefan,
With some tweaking I did get the app to parse with input files as h264/flv.
I would like to get it to work with rawvideo yuv from a ffmpeg fifo
I tried your suggestion but get.....
videomixer2
videomixer2.c:336:gst_videomixer2_pad_sink_setcaps:<videomixer:sink_0> Caps
not compatible with other pads' caps
using both the videoparse and decodebin2.
Can you advise what the correct chain would be for the following input
ffmpeg -i "rtsp://192.168.20.112:551/channel1" -an -s 640x352 -vcodec
rawvideo /home/fifo/mpegpipe2.yuv
source2 = gst_element_factory_make ("filesrc", "source2");
decoder2 = gst_element_factory_make ("videoparse", "decoder2");
ffcs2 = gst_element_factory_make ("ffmpegcolorspace", "ffcs2");
vidsc2 = gst_element_factory_make ("videoscale", "vidsc2");
capsfout2 = gst_element_factory_make ("capsfilter", "capsfout2");
Many thanks again for your help.
thx
Art
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/gst-launch-works-but-application-does-not-tp4356468p4383390.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list