diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-07-08 14:38:48 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-07-08 14:38:48 +0000 |
commit | b0be7c0cddeadfbf65108149b0119f577ac4316f (patch) | |
tree | a032e3390c4d188593719bd08b6f35250ea86e27 /ChangeLog | |
parent | 3a2900625836db5499433e9b11397d74cb27d297 (diff) | |
download | gst-plugins-bad-b0be7c0cddeadfbf65108149b0119f577ac4316f.tar.gz gst-plugins-bad-b0be7c0cddeadfbf65108149b0119f577ac4316f.tar.bz2 gst-plugins-bad-b0be7c0cddeadfbf65108149b0119f577ac4316f.zip |
use macro to hash lookup
Original commit message from CVS:
use macro to hash lookup
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org> + * gst-libs/gst/play/play.c: (gst_play_set_location), + (gst_play_set_data_src), (gst_play_set_video_sink), + (gst_play_set_audio_sink), (gst_play_set_visualization), + (gst_play_connect_visualization), (gst_play_get_framerate): + use a macro to look up elements from hash table + +2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org> + * gst-libs/gst/play/play.c: (gst_play_pipeline_setup), (gst_play_get_length_callback), (gst_play_set_location), (gst_play_seek_to_time), (gst_play_set_data_src), |