[Bug 797195] gst_rtsp_media_seek fails after pipeline is playing

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Oct 17 17:11:35 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=797195

--- Comment #15 from Patricia Muscalu <patricia at axis.com> ---
(In reply to Mathieu Duponchelle from comment #14)
> (In reply to Patricia Muscalu from comment #13)
> > (In reply to Mathieu Duponchelle from comment #12)
> > 
> > > Why is priv->blocked still TRUE at that point, if the media was playing?
> > 
> > Good point!
> > priv->blocked is set in media_streams_set_blocked() and it means that all
> > streams will be set to blocked. The active streams (<=> linked streams) are
> > unblocked in
> > media_unblock_linked() so I guess this function should as well reset
> > priv->blocked. Do you agree?
> 
> Yes, that's what I was wondering about, a patch addressing that would make
> sense to me :)

This patch already makes sense, as it's wrong to block the media at this point.

Anyway, I'll provide a second patch, that solves the problem of the
inconsistent updates of priv->blocked, not synchronized with the media state.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list