[Bug 797191] New: qtdemux: turn impossible condition into an assert
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Sat Sep 22 15:32:03 UTC 2018
https://bugzilla.gnome.org/show_bug.cgi?id=797191
Bug ID: 797191
Summary: qtdemux: turn impossible condition into an assert
Classification: Platform
Product: GStreamer
Version: unspecified
OS: All
Status: NEW
Severity: normal
Priority: Normal
Component: gst-plugins-good
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: aboya at igalia.com
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
qtdemux_update_streams() is only ever called after checking
`qtdemux->streams_aware` is TRUE. There is no need to check for that
condition again.
`qtdemux->streams_aware` is only modified when the demuxer is
hard-resetted, which is mutually exclusive with demuxing, so it cannot
be modified during the call.
--
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