projects
/
platform
/
upstream
/
gst-plugins-good.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
509a2d4
)
whoops, this shouldn'tvegonein
author
Thomas Vander Stichele
<thomas@apestaart.org>
Tue, 27 Aug 2002 17:55:15 +0000
(17:55 +0000)
committer
Thomas Vander Stichele
<thomas@apestaart.org>
Tue, 27 Aug 2002 17:55:15 +0000
(17:55 +0000)
Original commit message from CVS:
whoops, this shouldn'tvegonein
gst/avi/gstavidemux.c
patch
|
blob
|
history
diff --git
a/gst/avi/gstavidemux.c
b/gst/avi/gstavidemux.c
index
e0cf582
..
d9ec205
100644
(file)
--- 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);
}