[Bug 720597] decodebin: query allocation always sent twice
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Dec 11 00:02:10 PST 2015
https://bugzilla.gnome.org/show_bug.cgi?id=720597
Sebastian Dröge (slomo) <slomo at coaxion.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #317182|none |accepted-commit_now
status| |
--- Comment #34 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Review of attachment 317182:
--> (https://bugzilla.gnome.org/review?bug=720597&attachment=317182)
One small change, please commit after that :)
::: gst-libs/gst/video/gstvideodecoder.c
@@ +3626,3 @@
gst_buffer_pool_config_set_allocator (config, allocator, ¶ms);
+ GST_DEBUG_OBJECT (decoder, "setting config %" GST_PTR_FORMAT, pool);
Maybe make this GST_DEBUG_OBJECT (decoder, "setting config %" GST_PTR_FORMAT "
in pool %" GST_PTR_FORMAT, config, pool)
--
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