summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/mad/gstmad.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/mad/gstmad.c b/ext/mad/gstmad.c
index 6591942a..d3450237 100644
--- a/ext/mad/gstmad.c
+++ b/ext/mad/gstmad.c
@@ -1330,10 +1330,6 @@ gst_mad_flush_decode (GstMad * mad)
/* now send queued data downstream */
while (mad->queued) {
GstBuffer *buf = GST_BUFFER_CAST (mad->queued->data);
- GstClockTime timestamp, duration;
-
- timestamp = GST_BUFFER_TIMESTAMP (buf);
- duration = GST_BUFFER_DURATION (buf);
GST_DEBUG_OBJECT (mad, "pushing buffer %p of size %u, "
"time %" GST_TIME_FORMAT ", dur %" GST_TIME_FORMAT, buf,