mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
ext/ogg/gstoggmux.c: I will accept bitchslappings with non sharp objects.
Original commit message from CVS: * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop): I will accept bitchslappings with non sharp objects.
This commit is contained in:
parent
4153653391
commit
bbefa5c897
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2004-08-20 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
|
||||
(gst_ogg_mux_loop):
|
||||
I will accept bitchslappings with non sharp objects.
|
||||
|
||||
2004-08-20 Zaheer Abbas Merali <zaheerabbas at merali dot org>
|
||||
|
||||
* configure.ac:
|
||||
|
|
|
@ -857,7 +857,6 @@ gst_ogg_mux_loop (GstElement * element)
|
|||
ogg_mux->pulling->first_delta = TRUE;
|
||||
}
|
||||
ogg_mux->pulling = NULL;
|
||||
ogg_mux->pulling->new_page = TRUE;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue