[gstreamer-bugs] [Bug 321235] New: [API] GST_PAD_IS_USABLE should be removed
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Fri Nov 11 06:46:06 PST 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=321235
GStreamer | gstreamer (core) | Ver: 0.9.x
Summary: [API] GST_PAD_IS_USABLE should be removed
Product: GStreamer
Version: 0.9.x
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gstreamer (core)
AssignedTo: gstreamer-bugs at lists.sourceforge.net
ReportedBy: t.i.m at zen.co.uk
QAContact: gstreamer-bugs at lists.sourceforge.net
CC: all-bugs at bugzilla.gnome.org
This macro should be removed completely.
Plugins should allocate buffers with gst_pad_alloc_buffer() and will be able to
bail out based on the return value. Buffers and events should just be pushed out
on pads regardless of whether they are linked or flushing or whatever, so that
for example a probe on unlinked pads isn't bypassed.
------- 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