mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 21:35:44 +00:00
aggregator: remove DEBUG_FUNCPTR
The new gst_element_do_foreach_pad() does not print the functions anymore.
This commit is contained in:
parent
ffc85bf7f6
commit
ce00ec8bce
1 changed files with 0 additions and 2 deletions
|
@ -2287,8 +2287,6 @@ gst_aggregator_class_init (GstAggregatorClass * klass)
|
|||
"Start time to use if start-time-selection=set", 0,
|
||||
G_MAXUINT64,
|
||||
DEFAULT_START_TIME, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||
|
||||
GST_DEBUG_REGISTER_FUNCPTR (gst_aggregator_do_events_and_queries);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue