summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2010-11-25 19:51:40 +0100
committerEdward Hervey <bilboed@bilboed.com>2010-11-25 19:51:40 +0100
commit2a84e4332a953c6f885a84925051fc7a2615fcad (patch)
tree51037e7c7afb0a6095747b70ac3c583cf22908f3
parentd0ecf5ea6988cb92015683db9a5ffa4225358924 (diff)
mad: Remove dead assignments
-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,