[gstreamer-bugs] [Bug 617739] [PLUGIN-MOVE] Move capssetter to gst-plugins-good

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu May 6 07:58:05 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=617739
  GStreamer | gst-plugins-good | unspecified

--- Comment #2 from Mark Nauwelaerts <mnauw at users.sourceforge.net> 2010-05-06 14:58:01 UTC ---
I am assuming you mean why not use gst_caps_is_fixed (new_caps).

Because that would require new_caps to consist of a single structure, which
must be fixed.  In this case, it is also fine if new_caps consists of several
structures, each of which is fixed.

[And we do not seem to have a gst_structure_is_fixed(), which leads to some
complication in the loop.  Alternative might be gst_caps_copy_nth() etc, but
that would then involve yet another copy ...]

-- 
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