how to play h.264 file using gstreamer
Kishor Sidhpuria
kishor.sidhpuria at igatepatni.com
Wed Sep 14 03:07:15 PDT 2011
Hi,
I am using the same pipeline ( in windows OS)
gst-launch filesrc location="C:\\vid1.264" ! h264parse ! ffdec_h264 !
ffmpegcolorspace !deinterlace ! dshowvideosink
it launches window to display and just render first frame frame of video.
I am getting message like
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
Got EOS from element "pipeline0".
Execution ended after 6578125000 ns.
same video file working fine with Playbin2
gst-launch playbin2 uri=file:///C:\\vid1.264
Setting pipeline to PAUSED ...
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
Got EOS from element "playbin20".
Execution ended after 85437500000 ns.
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
Freeing pipeline ...
what is erroneous there in pipeline and how playbin2 render video?
Thanks & Regards
Kishor Sidhpuria
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/how-to-play-h-264-file-using-gstreamer-tp971171p3812287.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list