summaryrefslogtreecommitdiff
path: root/gst/gst_private.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2004-05-11 16:20:41 +0000
committerBenjamin Otte <otte@gnome.org>2004-05-11 16:20:41 +0000
commitac83b103a1c45f73f60199e9748ec28c4b630b3d (patch)
treea32967314fdd71f5ab10ed2c2434b1a0cdbe1b23 /gst/gst_private.h
parent3a79c0a7e911f48e464acf8ffd23ac4404f549f9 (diff)
gst/elements/gstfilesrc.c: compute mapsize correctly
Original commit message from CVS: * gst/elements/gstfilesrc.c: (gst_filesrc_get_mmap): compute mapsize correctly * gst/elements/gstfilesrc.c: (gst_filesrc_get_mmap): use correct datatypes when calling a varargs function * gst/elements/gsttypefindelement.c: (stop_typefinding): push a DISCONT event as first thing * gst/gst_private.h: * gst/gstinfo.c: (_gst_debug_init): remove GST_DATAFLOW debugging category * gst/gstbin.c: (gst_bin_iterate): use GST_SCHEDULING category * gst/gstpad.c: (gst_pad_get_type), (_invent_event), (gst_pad_push), (gst_pad_pull), (gst_pad_call_chain_function), (gst_pad_call_get_function): add GST_DATAFLOW to easily track flow of buffers or events. * gst/gstqueue.c: (gst_queue_get_type), (gst_queue_handle_pending_events), (gst_queue_chain), (gst_queue_get), (gst_queue_handle_src_event): use own static debugging category GST_DATAFLOW for dataflow, use DEBUG category for showing which path events go, use LOG category for buffers.
Diffstat (limited to 'gst/gst_private.h')
-rw-r--r--gst/gst_private.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gst/gst_private.h b/gst/gst_private.h
index b84ea92d9..a892bd9c5 100644
--- a/gst/gst_private.h
+++ b/gst/gst_private.h
@@ -54,7 +54,6 @@ extern GstDebugCategory *GST_CAT_PARENTAGE;
extern GstDebugCategory *GST_CAT_STATES;
extern GstDebugCategory *GST_CAT_PLANNING;
extern GstDebugCategory *GST_CAT_SCHEDULING;
-extern GstDebugCategory *GST_CAT_DATAFLOW;
extern GstDebugCategory *GST_CAT_BUFFER;
extern GstDebugCategory *GST_CAT_CAPS;
extern GstDebugCategory *GST_CAT_CLOCK;