From 079805f0c912f82f7f879d02b738256f04e202aa Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Tue, 18 Jan 2005 15:08:22 +0000 Subject: [PATCH] gst/playback/gststreaminfo.c: Elements may already be destroyed when this function is called. Original commit message from CVS: * gst/playback/gststreaminfo.c: (gst_stream_info_dispose): Elements may already be destroyed when this function is called. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3eb097e66b..40ad0cdc13 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-01-18 Ronald S. Bultje + + * gst/playback/gststreaminfo.c: (gst_stream_info_dispose): + Elements may already be destroyed when this function is called. + 2005-01-18 Ronald S. Bultje * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),