[Bug 738237] baseparse: parser is never marked as FLAG_LOST_SYNC on discont
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Apr 28 08:06:42 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=738237
Ilya Konstantinov <ilya.konstantinov at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
Assignee|gstreamer-bugs at lists.freede |ilya.konstantinov at gmail.com
|sktop.org |
--- Comment #4 from Ilya Konstantinov <ilya.konstantinov at gmail.com> ---
Created attachment 302520
--> https://bugzilla.gnome.org/attachment.cgi?id=302520&action=edit
base: fix GST_BASE_PARSE_FLAG_LOST_SYNC
This version tests and clears flags in gst_base_parse_frame_update.
Following flags (and not-flags) are cleared:
parse->priv->discont = FALSE;
parse->priv->new_frame = FALSE;
frame->offset = parse->priv->prev_offset = parse->priv->offset;
I wonder if just doing it one function is more clear.
--
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