summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-08-16 17:11:48 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-08-16 17:11:48 +0000
commit1df9f40304a2b03667dd88fe3b41d75204986335 (patch)
treecfcf5263f3664edb2fb959257156cf985d0c8523 /ChangeLog
parent6c781b9ca39a833912c4d1043922cd3430cfc9ec (diff)
downloadgst-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a96e06d7..6735e8ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):