diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2004-11-09 13:03:33 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2004-11-09 13:03:33 +0000 |
commit | edf07446c5a205a617b1d36222c8bb8f68cebd64 (patch) | |
tree | e7ddcc73fcdc86426bbf9805f1920eedea7e758f | |
parent | fdf20e9472599d0a39f38f9fd86eac5767a8ed8b (diff) | |
download | gst-plugins-bad-edf07446c5a205a617b1d36222c8bb8f68cebd64.tar.gz gst-plugins-bad-edf07446c5a205a617b1d36222c8bb8f68cebd64.tar.bz2 gst-plugins-bad-edf07446c5a205a617b1d36222c8bb8f68cebd64.zip |
Let VideoSink store the clock, since Cacasink inherits from there
Original commit message from CVS:
Let VideoSink store the clock, since Cacasink inherits from there
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2004-11-09 Jan Schmidt <thaytan@mad.scientist.com> + + * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init), + (gst_cacasink_init), (gst_cacasink_chain): + * ext/libcaca/gstcacasink.h: + Cacasink inherits from VideoSink, so let that store the clock. + 2004-11-09 Wim Taymans <wim@fluendo.com> * gst/playback/README: |