aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-11-21 14:42:33 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-11-21 14:42:33 +0100
commit33ee1e5933d2a2bb0a5a0e8bd12ad2a1b9cc27a5 (patch)
tree02d99aa60fbb7ec9db91cec517d21db93ec209df /plugins
parent8421cfdca94795cdb6513d3d6c38abd3a416373b (diff)
Imported Upstream version 1.0.3upstream/1.0.3
Diffstat (limited to 'plugins')
-rw-r--r--plugins/elements/gstinputselector.c2
-rw-r--r--plugins/elements/gstmultiqueue.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/plugins/elements/gstinputselector.c b/plugins/elements/gstinputselector.c
index 44684ea..553f464 100644
--- a/plugins/elements/gstinputselector.c
+++ b/plugins/elements/gstinputselector.c
@@ -686,6 +686,8 @@ gst_input_selector_wait_running_time (GstInputSelector * sel,
cur_running_time -= base_time;
else
cur_running_time = 0;
+
+ gst_object_unref (clock);
}
} else {
GstSegment *active_seg;
diff --git a/plugins/elements/gstmultiqueue.c b/plugins/elements/gstmultiqueue.c
index 8afcebb..6b89f83 100644
--- a/plugins/elements/gstmultiqueue.c
+++ b/plugins/elements/gstmultiqueue.c
@@ -1845,7 +1845,7 @@ single_queue_overrun_cb (GstDataQueue * dq, GstSingleQueue * sq)
*/
if (sq->is_eos || IS_FILLED (sq, bytes, ssize.bytes) ||
IS_FILLED (sq, time, sq->cur_time)) {
- GST_LOG_OBJECT (mq, "Queue %d is filled", oq->id);
+ GST_LOG_OBJECT (mq, "Queue %d is filled EOS %d", sq->id, sq->is_eos);
filled = TRUE;
}
}