[Bug 695215] Possible bug in gstbasetransform.c

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Mar 6 07:13:03 PST 2013


https://bugzilla.gnome.org/show_bug.cgi?id=695215
  GStreamer | gstreamer (core) | 1.0.5

--- Comment #7 from Nicolas Dufresne <nicolas.dufresne at collabora.co.uk> 2013-03-06 15:13:01 UTC ---
(In reply to comment #6)
> Hi Nicolas,
> 
> Thx for your feedback, it seems this patch has not been applied on
> gst-plugins-good master branch yet, at least the add pixel-aspect-ration is
> still there.
> Another question, is it relevant to use gst_caps_is_subset() in
> gst_base_transform_acceptcaps_default() as said above? By using
> gst_caps_can_intersect() it will not fail with optional parameters? Am I
> missing something?

Using can_intersect() is not needed when you start considering upstream caps
during negotiation and re-negotiation. But I'm not done with that, as I am
facing some race conditions, this is the reason the patch set was not merged. I
think the patch 229286 is the only patch that may be be used by alone, but need
testing. I'll try to finish this work by the end of march, but it's a difficult
problem to do N to 1 negotiation. We have similar issues with adder and
liveadder elements.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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