summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.com>2013-03-28 17:26:52 +0000
committerEdward Hervey <edward@collabora.com>2013-03-28 18:32:47 +0100
commitd459463192a2fd0afcdc4c6f5bd47d3aa1c37c44 (patch)
treed2db06a100c296f5600920ffc66531f6d61dc4fb
parent985c0003f90b0a94a9b00ef9782ecac60c8c1ec0 (diff)
gnlcomposion: When seeking flush downstream before unlinking
The 'update' parameter in seek_handling is used to know if flush most be performed before unlinking or linking new objects. It accidently set to TRUE d196cd3cdc850f2355bb16518e22ccfda1170078.
-rw-r--r--gnl/gnlcomposition.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnl/gnlcomposition.c b/gnl/gnlcomposition.c
index ebfdfce..88a08d3 100644
--- a/gnl/gnlcomposition.c
+++ b/gnl/gnlcomposition.c
@@ -1011,7 +1011,7 @@ handle_seek_event (GnlComposition * comp, GstEvent * event)
priv->segment->stop = MIN (priv->segment->stop, GNL_OBJECT_STOP (comp));
comp->priv->user_seek_flush = ! !(flags & GST_SEEK_FLAG_FLUSH);
- seek_handling (comp, TRUE, TRUE);
+ seek_handling (comp, TRUE, FALSE);
}
static gboolean