[gstreamer-bugs] [Bug 622504] [GstPad] Provide more fine-grained linking methods

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Jun 23 09:02:38 PDT 2010


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

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #164408|none                        |reviewed
             status|                            |

--- Comment #5 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2010-06-23 16:02:32 UTC ---
(From update of attachment 164408)
>+typedef enum {
>+  GST_PADLINK_CHECK_NOTHING       = 1 << 0,
>+  GST_PADLINK_CHECK_HIERARCHY     = 1 << 1,
>+  GST_PADLINK_CHECK_TEMPLATE_CAPS = 1 << 2,
>+  GST_PADLINK_CHECK_CAPS          = 1 << 3,
>+} GstPadLinkCheck;
>+...
>+ * GST_PADLINK_CHECK_DEFAULT:
>+ ...
>+#define GST_PADLINK_CHECK_DEFAULT (GST_PADLINK_CHECK_HIERARCHY | GST_PADLINK_CHECK_CAPS)

Minor nitpick: I think that should be GST_PAD_LINK_CHECK_* everywhere here.

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