+2006-07-03 Edward Hervey <edward@fluendo.com>
+
+ * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
+ Remove unused variable.
+
2006-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
* Makefile.am:
vorbis_do_clip (GstVorbisDec * dec, GstBuffer * buf)
{
gint64 start, stop, cstart, cstop, diff;
- guint size;
start = GST_BUFFER_TIMESTAMP (buf);
stop = start + GST_BUFFER_DURATION (buf);
- size = GST_BUFFER_SIZE (buf);
-
if (!gst_segment_clip (&dec->segment, GST_FORMAT_TIME,
start, stop, &cstart, &cstop))
goto clipped;