Seek on mpeg video hangs
Mohamed Salim Mohamed Ayub
al.mohamed.salim at gmail.com
Wed Jun 19 00:16:30 PDT 2013
Hi,
I am using playbin2 to play the video.
The video has mpeg2 video (720x576, vbr, interlaced) and mp2 audio
(224kbps, 2channels, 48KHz).
I create seek event using
event=
gst_event_new_seek (
rate,
GST_FORMAT_TIME,
GstSeekFlags(GST_SEEK_FLAG_
FLUSH),
GST_SEEK_TYPE_SET,
position,
GST_SEEK_TYPE_NONE,
GST_CLOCK_TIME_NONE)
then dispatch the event by
gst_element_send_event(element, event).
GStreamer hangs...
When I check the video using ffmpeg, it show Header missing in mp2.
Any help what might be going wrong.
Kindest Regards,
Salim
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20130619/a9ec1bc5/attachment.html>
More information about the gstreamer-devel
mailing list