diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-11-08 17:02:06 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-11-08 17:02:06 +0000 |
commit | 92eed86f0052f3ce908f3b9715f257cd7e439d7b (patch) | |
tree | 9b8047becae4a4301d14d9954936270a84fe02fe | |
parent | 71ebb1575aa6eb6c38b5ef2df0202a0605812f46 (diff) |
ext/ogg/gstoggdemux.c: Let's act as if we're synchronized now! :).
Original commit message from CVS:
* ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
(gst_ogg_demux_push), (gst_ogg_pad_push):
Let's act as if we're synchronized now! :).
* ext/theora/theoradec.c: (theora_dec_chain):
Add some debug.
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net> + + * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query), + (gst_ogg_demux_push), (gst_ogg_pad_push): + Let's act as if we're synchronized now! :). + * ext/theora/theoradec.c: (theora_dec_chain): + Add some debug. + 2004-11-08 Wim Taymans <wim@fluendo.com> * gst/alpha/gstalpha.c: (gst_alpha_method_get_type), |