mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
typefindfunctions: Remove leftover #define from 0.10
https://bugzilla.gnome.org/show_bug.cgi?id=738018
This commit is contained in:
parent
a391dfe17f
commit
bb6ea450e8
1 changed files with 0 additions and 4 deletions
|
@ -46,10 +46,6 @@
|
|||
GST_DEBUG_CATEGORY_STATIC (type_find_debug);
|
||||
#define GST_CAT_DEFAULT type_find_debug
|
||||
|
||||
/* so our code stays ready for 0.11 */
|
||||
#define gst_type_find_peek(tf,off,len) \
|
||||
((const guint8 *)gst_type_find_peek((tf),(off),(len)))
|
||||
|
||||
/* DataScanCtx: helper for typefind functions that scan through data
|
||||
* step-by-step, to avoid doing a peek at each and every offset */
|
||||
|
||||
|
|
Loading…
Reference in a new issue