[gstreamer-bugs] [Bug 626181] [pbutils] Add enhanced gstfactorylists

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Aug 16 05:46:13 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=626181
  GStreamer | gst-plugins-base | git

--- Comment #15 from Sebastian Dröge <slomo at circular-chaos.org> 2010-08-16 12:46:11 UTC ---
Or

typedef enum {
  GST_FACTORY_LIST_DECODER = (G_GUINT64_CONSTANT (1) << 0),
  ...
} GstFactoryListType;

Maybe you also want to add an ANY constant, which is ~G_GUINT64_CONSTANT (0)

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