summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2004-10-12 16:41:23 +0000
committerWim Taymans <wim.taymans@gmail.com>2004-10-12 16:41:23 +0000
commitcaae8182bc16e7313b5f974693a38a638b15c200 (patch)
tree6bce60e1717b0a59461e120d7ed8525b88ca2b3d
parentf7ea1932ed239117284675968adbbb1f38187e11 (diff)
gst/playback/gstplaybin.c: Added vis plugin support, need to configure the vis element to activate it.
Original commit message from CVS: * gst/playback/gstplaybin.c: (gen_video_element), (gen_vis_element), (remove_sinks), (setup_sinks): Added vis plugin support, need to configure the vis element to activate it.
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 93056936..43712728 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-10-12 Wim Taymans <wim@fluendo.com>
+
+ * gst/playback/gstplaybin.c: (gen_video_element),
+ (gen_vis_element), (remove_sinks), (setup_sinks):
+ Added vis plugin support, need to configure the vis
+ element to activate it.
+
2004-10-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),