[gst-cvs] gst-plugins-good: [MOVED FROM BAD 09/57] gst/flv/gstflvdemux.c: Make sure we initialize the seek result.
Sebastian Dröge
slomo at kemper.freedesktop.org
Tue May 12 12:57:56 PDT 2009
Module: gst-plugins-good
Branch: master
Commit: 5a5bbae173189b5ec2da3d6a087ef1caa03c96a3
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/?id=5a5bbae173189b5ec2da3d6a087ef1caa03c96a3
Author: Julien Moutte <julien at moutte.net>
Date: Mon Aug 27 14:56:05 2007 +0000
[MOVED FROM BAD 09/57] gst/flv/gstflvdemux.c: Make sure we initialize the seek result.
Original commit message from CVS:
2007-08-27 Julien MOUTTE <julien at moutte.net>
* gst/flv/gstflvdemux.c: (gst_flv_demux_handle_seek_pull):
Make sure we initialize the seek result.
---
gst/flv/gstflvdemux.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/gst/flv/gstflvdemux.c b/gst/flv/gstflvdemux.c
index 1c51840..16250d1 100644
--- a/gst/flv/gstflvdemux.c
+++ b/gst/flv/gstflvdemux.c
@@ -719,6 +719,7 @@ gst_flv_demux_handle_seek_pull (GstFLVDemux * demux, GstEvent * event)
} else { /* or parse a tag */
demux->state = FLV_STATE_TAG_TYPE;
}
+ ret = TRUE;
} else {
ret = TRUE;
}
More information about the Gstreamer-commits
mailing list