Seek on mpeg video hangs
Mohamed Salim Mohamed Ayub
al.mohamed.salim at gmail.com
Wed Jun 19 00:59:54 PDT 2013
sorry for my broken observation.
I found that seek does not cause Gstreamer to hang, but there is very long
(~55 seconds) delay before video starts to play from new position.
Is there some problem with mpegdemux?
I am using gst-plugins-ugly version 0.10.17
Kindest Regards,
Salim
On Wed, Jun 19, 2013 at 3:16 PM, Mohamed Salim Mohamed Ayub <
al.mohamed.salim at gmail.com> wrote:
> 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/0b46b094/attachment-0001.html>
More information about the gstreamer-devel
mailing list