summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-08-27 17:55:15 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-08-27 17:55:15 +0000
commit4b9deaaf00d8574ce11f1103dd43b767a4d3fe41 (patch)
treef9491af9d81c9142b78f5bf911ea79a01471b499
parent509a2d42b1e6c178148566049eba753fe079876d (diff)
whoops, this shouldn'tvegonein
Original commit message from CVS: whoops, this shouldn'tvegonein
-rw-r--r--gst/avi/gstavidemux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/avi/gstavidemux.c b/gst/avi/gstavidemux.c
index e0cf5824..d9ec2059 100644
--- a/gst/avi/gstavidemux.c
+++ b/gst/avi/gstavidemux.c
@@ -647,7 +647,7 @@ gst_avi_demux_parse_index (GstAviDemux *avi_demux,
GstEvent *event;
gst_bytestream_get_status (avi_demux->bs, &remaining, &event);
- gst_data_unref (GST_DATA (event));
+ gst_event_unref (event);
got_bytes = gst_bytestream_read (avi_demux->bs, &buf, 8);
}