Getting Warnings while adding external subtitle file during playback

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Getting Warnings while adding external subtitle file during playback

DeepakRohan
Hi,

I get the below Warning Message when I add a subtitle file (external .srt file) during playback.
gstpad.c:4655:store_sticky_event:<overlay:src> Sticky event misordering, got 'caps' before 'stream-start'.

As per some older discussion as per the below link,
http://gstreamer-devel.966125.n4.nabble.com/Capturing-jpegs-from-an-h264-stream-td4660254i20.html#a4660410

Also the way I understand, stream-start event should be followed by caps event whenever a playback starts.
Any change in the order of the events and data flow may result in similar error/warning situations.

What can be the reason behind this and what could possibly be done to stop these warnings from being displayed.
Reply | Threaded
Open this post in threaded view
|

Re: Getting Warnings while adding external subtitle file during playback

Sebastian Dröge-3
On Mon, 2016-10-31 at 00:25 -0700, DeepakRohan wrote:

> Hi,
>
> I get the below Warning Message when I add a subtitle file (external .srt
> file) during playback.
> gstpad.c:4655:store_sticky_event:<overlay:src> Sticky event misordering, got
> 'caps' before 'stream-start'.
>
> As per some older discussion as per the below link,
> http://gstreamer-devel.966125.n4.nabble.com/Capturing-jpegs-from-an-h264-stream-td4660254i20.html#a4660410
>
> Also the way I understand, stream-start event should be followed by caps
> event whenever a playback starts.
> Any change in the order of the events and data flow may result in similar
> error/warning situations.
>
> What can be the reason behind this and what could possibly be done to stop
> these warnings from being displayed.
Please file a bug about this with instructions about how to reproduce it:
https://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer

--
Sebastian Dröge, Centricular Ltd · http://www.centricular.com
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

signature.asc (949 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Getting Warnings while adding external subtitle file during playback

DeepakRohan
HI Sebastian,

      The thing with the warnings is that, I do not have any playback problem. The issue is that the warning just comes out whenever I add external subtitle file with the current audio-video playback.
There is no performance/behavior issues. Subtitle is displayed correctly after addition with no issues in audio-video playback.

I just wanted to know if there is a way by which I can stop these warnings.

Thank You in Advance.