From eaa55625ad132a8e7ecb23f8d8711bca11ab54d1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tommi=20My=C3=B6h=C3=A4nen?= Date: Wed, 15 Mar 2006 17:11:34 +0000 Subject: [PATCH] ext/gnomevfs/gstgnomevfssrc.c: Don't forget to set src->callbacks_pushed to FALSE again when popping them, otherwise ... MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Original commit message from CVS: Patch by: Tommi Myöhänen * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks): Don't forget to set src->callbacks_pushed to FALSE again when popping them, otherwise re-activation in a different mode won't work (#334620). --- ChangeLog | 9 +++++++++ ext/gnomevfs/gstgnomevfssrc.c | 2 ++ 2 files changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index 09d57ce..b662b01 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ 2006-03-15 Tim-Philipp Müller + Patch by: Tommi Myöhänen + + * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks): + Don't forget to set src->callbacks_pushed to FALSE again when + popping them, otherwise re-activation in a different mode won't + work (#334620). + +2006-03-15 Tim-Philipp Müller + Patch by: Sebastien Moutte * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new), diff --git a/ext/gnomevfs/gstgnomevfssrc.c b/ext/gnomevfs/gstgnomevfssrc.c index e40c584..274fff1 100644 --- a/ext/gnomevfs/gstgnomevfssrc.c +++ b/ext/gnomevfs/gstgnomevfssrc.c @@ -872,6 +872,8 @@ gst_gnome_vfs_src_pop_callbacks (GstGnomeVFSSrc * src) (GNOME_VFS_MODULE_CALLBACK_HTTP_SEND_ADDITIONAL_HEADERS); gnome_vfs_module_callback_pop (GNOME_VFS_MODULE_CALLBACK_HTTP_RECEIVED_HEADERS); + + src->http_callbacks_pushed = FALSE; } static void -- 2.7.4