[Bug 760677] basesink: always drops buffers before segment
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu May 19 09:25:32 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=760677
--- Comment #15 from Thiago Sousa Santos <thiagossantos at gmail.com> ---
I don't like all these implicit rules, it is easy to forget and makes it harder
to maintain and read. Sounds more like a workaround.
Using only the droppable flag we could have utility functions like
"gst_pad_always_set_buffer_flags(pad,
buffer_flags)/always_unset_buffer_flags(pad, buffer_flags) and the pad would
automatically set/unset those requested flags. This required 2 extra statements
for every buffer push and iterating on buffer lists before pushing.
--
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