summaryrefslogtreecommitdiff
path: root/gst-libs/gst
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2015-02-19 18:53:32 -0500
committerOlivier CrĂȘte <olivier.crete@collabora.com>2015-02-19 19:05:42 -0500
commit083df6412f24af7d241af7a4d0130412faf3f858 (patch)
treee287fde20091b5d8b50340126e51f9b7c5dcc044 /gst-libs/gst
parent97f6b7a8aacc526ada14db8bcbd70008d6fc846b (diff)
downloadgstreamer-plugins-bad-083df6412f24af7d241af7a4d0130412faf3f858.tar.gz
aggregator: Remove untrue comment
Diffstat (limited to 'gst-libs/gst')
-rw-r--r--gst-libs/gst/base/gstaggregator.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gst-libs/gst/base/gstaggregator.c b/gst-libs/gst/base/gstaggregator.c
index 6c9467872..776f05672 100644
--- a/gst-libs/gst/base/gstaggregator.c
+++ b/gst-libs/gst/base/gstaggregator.c
@@ -532,7 +532,6 @@ gst_aggregator_get_next_time (GstAggregator * self)
return GST_CLOCK_TIME_NONE;
}
-/* called with the src STREAM lock */
static gboolean
gst_aggregator_wait_and_check (GstAggregator * self, gboolean * timeout)
{