diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-07-16 14:24:30 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-07-16 14:24:30 +0000 |
commit | 65879b8a59a94df87fe8447337c47b5ce7d202c2 (patch) | |
tree | fa54ea5ccc0a433ab102d79c95292cc8dec1a8a2 | |
parent | 5d8300dc25c7e84d37a406e20bd9269e59a99ff0 (diff) | |
download | gst-plugins-bad-65879b8a59a94df87fe8447337c47b5ce7d202c2.tar.gz gst-plugins-bad-65879b8a59a94df87fe8447337c47b5ce7d202c2.tar.bz2 gst-plugins-bad-65879b8a59a94df87fe8447337c47b5ce7d202c2.zip |
gst/matroska/matroska-demux.c: Initialize variable to NULL properly. Appears to fix #310335.
Original commit message from CVS:
* gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
Initialize variable to NULL properly. Appears to fix #310335.
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2005-07-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net> + + * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream): + Initialize variable to NULL properly. Appears to fix #310335. + 2005-07-15 Zaheer Abbas Merali <zaheerabbas at merali dot org> * configure.ac: |