ext/gnomevfs/gstgnomevfssrc.c: Don't forget to set src->callbacks_pushed to FALSE...
authorTommi Myöhänen <ext-tommi.myohanen@nokia.com>
Wed, 15 Mar 2006 17:11:34 +0000 (17:11 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Wed, 15 Mar 2006 17:11:34 +0000 (17:11 +0000)
Original commit message from CVS:
Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
* 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
ext/gnomevfs/gstgnomevfssrc.c

index 09d57ce..b662b01 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
 
+       Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
+       
+       * 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  <tim at centricular dot net>
+
        Patch by: Sebastien Moutte  <sebastien moutte net>
 
        * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
index e40c584..274fff1 100644 (file)
@@ -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