diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2004-06-09 12:22:45 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2004-06-09 12:22:45 +0000 |
commit | ddb542a250e7c70ef75257f204acb2cff634b5dc (patch) | |
tree | 8374eddf32aa6081de7019097a961ff4a4a3784c | |
parent | a7290d6dc040f3a200350963373d391fbdc11549 (diff) | |
download | gst-plugins-bad-ddb542a250e7c70ef75257f204acb2cff634b5dc.tar.gz gst-plugins-bad-ddb542a250e7c70ef75257f204acb2cff634b5dc.tar.bz2 gst-plugins-bad-ddb542a250e7c70ef75257f204acb2cff634b5dc.zip |
ext/ogg/gstoggmux.c: Use stream caps to setup the initial pages in the ogg stream.
Original commit message from CVS:
* ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
(gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
(gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
(gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
(gst_ogg_mux_loop):
Use stream caps to setup the initial pages in the ogg stream.
Correctly set the streamheader caps on the srcpad.
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2004-06-09 Wim Taymans <wim@fluendo.com> + + * ext/ogg/gstoggmux.c: (gst_ogg_mux_init), + (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page), + (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers), + (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers), + (gst_ogg_mux_loop): + Use stream caps to setup the initial pages in the ogg stream. + Correctly set the streamheader caps on the srcpad. + 2004-06-09 Thomas Vander Stichele <thomas at apestaart dot org> * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list), |