summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJulien Moutte <julien@moutte.net>2004-01-25 12:28:05 +0000
committerJulien Moutte <julien@moutte.net>2004-01-25 12:28:05 +0000
commita77fcb5d88102e0674add81df2d1a999b107a715 (patch)
treee3d5c9d394a8e6a379dca23b757aefe918887f78 /ChangeLog
parent1f4616059c73850ea00c9703162446fb98ff2313 (diff)
downloadgst-plugins-bad-a77fcb5d88102e0674add81df2d1a999b107a715.tar.gz
gst-plugins-bad-a77fcb5d88102e0674add81df2d1a999b107a715.tar.bz2
gst-plugins-bad-a77fcb5d88102e0674add81df2d1a999b107a715.zip
gst-libs/gst/play/gstplay.c: Another try in visualization implementation. Still have an issue with switch blocking wh...
Original commit message from CVS: 2004-01-25 Julien MOUTTE <julien@moutte.net> * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup), (gst_play_identity_handoff), (gst_play_set_location), (gst_play_set_visualization), (gst_play_connect_visualization): Another try in visualization implementation. Still have an issue with switch blocking when pulling from video_queue and only audio comes out of spider. * gst/switch/gstswitch.c: (gst_switch_release_pad), (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad release method. And check if the pad is usable before pulling.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e3e86618..a85068e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2004-01-25 Julien MOUTTE <julien@moutte.net>
+
+ * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
+ (gst_play_identity_handoff), (gst_play_set_location),
+ (gst_play_set_visualization), (gst_play_connect_visualization): Another
+ try in visualization implementation. Still have an issue with switch
+ blocking when pulling from video_queue and only audio comes out of
+ spider.
+ * gst/switch/gstswitch.c: (gst_switch_release_pad),
+ (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
+ release method. And check if the pad is usable before pulling.
+
2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
* gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),