mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
ext/ogg/: Mark delta units in the muxer.
Original commit message from CVS: * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate), (gst_ogg_pad_push): * ext/ogg/gstoggmux.c: (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers), (gst_ogg_mux_loop): Mark delta units in the muxer. Try to decode the packet after an out-of-sync error from libogg.
This commit is contained in:
parent
8e53d44762
commit
10853371fe
1 changed files with 12 additions and 0 deletions
12
ChangeLog
12
ChangeLog
|
@ -1,3 +1,15 @@
|
|||
2004-08-17 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
|
||||
(gst_ogg_pad_push):
|
||||
* ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
|
||||
(gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
|
||||
(gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
|
||||
(gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
|
||||
Mark delta units in the muxer.
|
||||
Try to decode the packet after an out-of-sync error from
|
||||
libogg.
|
||||
|
||||
2004-08-17 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
|
||||
|
|
Loading…
Reference in a new issue