mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 15:48:23 +00:00
ext/gnomevfs/gstgnomevfssrc.c: Don't forget to set src->callbacks_pushed to FALSE again when popping them, otherwise ...
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).
This commit is contained in:
parent
942633c665
commit
eaa55625ad
2 changed files with 11 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
|||
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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue