[Bug 773515] rtph263ppay: Fix caps leak
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Oct 26 09:07:20 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=773515
--- Comment #4 from Stian Selnes (stianse) <stian.selnes at gmail.com> ---
Taking a closer look at the code I think it works as intended. Intersect is
wrong since we're checking the peercaps downstream (rtp-caps) and returning a
h263-caps.
If the rtp-caps is fixed there is logic for checking whether there are any
fields of the rtp-caps that should be transferred to the returned h263-caps.
There could potentially be a use case for checking this also when the rtp-caps
is not fixed (and we enter the reviewed code path), but I propose we keep the
logic as it's been for a long time instead of complicate things to support a
made up use case.
I propose to apply the patch as it is to fix the leak.
--
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