diff options
author | Benjamin Otte <otte@gnome.org> | 2004-05-11 03:56:20 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2004-05-11 03:56:20 +0000 |
commit | 97a4cb6bb885841c15d599ccb3b60fe3ee557ea9 (patch) | |
tree | e507f95f9ecb49476cc7f7a483e3ff8d47077acd /ChangeLog | |
parent | 08499d6af30a23913cd46d2c4e52edfc3fa766b4 (diff) | |
download | gst-plugins-bad-97a4cb6bb885841c15d599ccb3b60fe3ee557ea9.tar.gz gst-plugins-bad-97a4cb6bb885841c15d599ccb3b60fe3ee557ea9.tar.bz2 gst-plugins-bad-97a4cb6bb885841c15d599ccb3b60fe3ee557ea9.zip |
gst/switch/gstswitch.c: whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
Original commit message from CVS:
* gst/switch/gstswitch.c: (gst_switch_release_pad),
(gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
(gst_switch_loop), (gst_switch_get_type):
whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
HEADERS. Had to be said.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de> + + * gst/switch/gstswitch.c: (gst_switch_release_pad), + (gst_switch_request_new_pad), (gst_switch_poll_sinkpads), + (gst_switch_loop), (gst_switch_get_type): + whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN + HEADERS. Had to be said. + 2004-05-10 David Schleef <ds@schleef.org> * configure.ac: Add prototype Dirac support. |