GNOME Bugzilla – Bug 321235
[API] GST_PAD_IS_USABLE should be removed
Last modified: 2005-11-19 18:26:45 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.