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 | 80e1c85a128bf4b278b0fc422822328dc1bd7a08 (patch) | |
tree | bd58a8ef85eeb1fb358e6a0db8dc239793004e44 | |
parent | 0b50cd50576e193b3a1d062938d2642d76cac385 (diff) |
use macro to hash lookup
Original commit message from CVS:
use macro to hash lookup
-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), |