After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 321235 - [API] GST_PAD_IS_USABLE should be removed
[API] GST_PAD_IS_USABLE should be removed
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.9.x
Other Linux
: Normal normal
: 0.9.6
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks: 319388
 
 
Reported: 2005-11-11 14:46 UTC by Tim-Philipp Müller
Modified: 2005-11-19 18:26 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tim-Philipp Müller 2005-11-11 14:46:05 UTC
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.