diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2007-08-16 17:11:48 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2007-08-16 17:11:48 +0000 |
commit | 1df9f40304a2b03667dd88fe3b41d75204986335 (patch) | |
tree | cfcf5263f3664edb2fb959257156cf985d0c8523 /ChangeLog | |
parent | 6c781b9ca39a833912c4d1043922cd3430cfc9ec (diff) | |
download | gst-plugins-bad-1df9f40304a2b03667dd88fe3b41d75204986335.tar.gz gst-plugins-bad-1df9f40304a2b03667dd88fe3b41d75204986335.tar.bz2 gst-plugins-bad-1df9f40304a2b03667dd88fe3b41d75204986335.zip |
gst-libs/gst/app/gstappsink.c: Override the preroll vmethod instead of overriding the render method twice.
Original commit message from CVS:
* gst-libs/gst/app/gstappsink.c: (gst_app_sink_class_init):
Override the preroll vmethod instead of overriding the render method
twice.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2007-08-16 Wim Taymans <wim.taymans@gmail.com> + * gst-libs/gst/app/gstappsink.c: (gst_app_sink_class_init): + Override the preroll vmethod instead of overriding the render method + twice. + +2007-08-16 Wim Taymans <wim.taymans@gmail.com> + * gst/rtpmanager/gstrtpjitterbuffer.c: (gst_rtp_jitter_buffer_sink_event), (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop): |