[gstreamer-bugs] [Bug 319395] Macro name/visibility API bugs

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Oct 21 04:02:16 PDT 2005


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=319395
 GStreamer | gstreamer (core) | Ver: 0.9.x





------- Additional Comments From Andy Wingo  2005-10-21 11:02 -------
Other problems:

GST_GET_LOCK => GST_OBJECT_GET_LOCK

GST_[UN]LOCK => GST_OBJECT_[UN]LOCK
  not sure about this one

GST_PREROLL_*
  should be private to basesink

GST_STATE_*LOCK
  macros should go in gstelement.c, lock should be private in GstElement
  structure

GST_STREAM*
  either GST_PAD_LOCK_STREAM or GST_PAD_STREAM_LOCK, dunno which, I like
  the first, wim likes the second

GST_IS_PAD_FAST
  should go, no one is using it


------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list