gst/gstbin.*: 'private' is a c++ keyword, let's not use that in header files, otherwi...
authorTim-Philipp Müller <tim@centricular.net>
Tue, 22 May 2007 17:10:04 +0000 (17:10 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Tue, 22 May 2007 17:10:04 +0000 (17:10 +0000)
commit93230e96fe774cb7f5b29641f0ea7cdef1f2854e
tree2d99f15aab852d6b4003cb220045eec261e6dc98
parente4ab657d95bf71917f58b69fe0a42ccd7dac2dc2
gst/gstbin.*: 'private' is a c++ keyword, let's not use that in header files, otherwise c++ compilers will throw a ta...

Original commit message from CVS:
* gst/gstbin.c: (gst_bin_init), (gst_bin_dispose),
(gst_bin_set_property), (gst_bin_get_property),
(gst_bin_remove_func), (gst_bin_handle_message_func):
* gst/gstbin.h:
'private' is a c++ keyword, let's not use that in header files,
otherwise c++ compilers will throw a tantrum.
ChangeLog
gst/gstbin.c
gst/gstbin.h