gst-libs/gst/interfaces/: Also remove the conditional registration of the signals that disappeared with the ABI chang...

Original commit message from CVS:
* gst-libs/gst/interfaces/mixeroptions.c:
* gst-libs/gst/interfaces/mixertrack.c:
Also remove the conditional registration of the signals
that disappeared with the ABI change in 0.10.14
This commit is contained in:
Jan Schmidt 2008-01-30 13:45:27 +00:00
parent 2531fca577
commit 67ab0ec286
3 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,10 @@
2008-01-30 Jan Schmidt <jan.schmidt@sun.com>
* gst-libs/gst/interfaces/mixeroptions.c:
* gst-libs/gst/interfaces/mixertrack.c:
Also remove the conditional registration of the signals
that disappeared with the ABI change in 0.10.14
2008-01-30 Jan Schmidt <jan.schmidt@sun.com>
* gst-libs/gst/rtsp/gstrtspconnection.c:

View file

@ -74,7 +74,7 @@ gst_mixer_options_class_init (GstMixerOptionsClass * klass)
GObjectClass *object_klass = (GObjectClass *) klass;
parent_class = g_type_class_peek_parent (klass);
#ifndef GST_DISABLE_DEPRECATED
#if 0
signals[SIGNAL_OPTION_CHANGED] =
g_signal_new ("option_changed", G_TYPE_FROM_CLASS (klass),
G_SIGNAL_RUN_LAST,

View file

@ -136,7 +136,7 @@ gst_mixer_track_class_init (GstMixerTrackClass * klass)
"The number of channels contained within the track",
0, G_MAXINT, 0, G_PARAM_READABLE));
#ifndef GST_DISABLE_DEPRECATED
#if 0
signals[SIGNAL_RECORD_TOGGLED] =
g_signal_new ("record_toggled", G_TYPE_FROM_CLASS (klass),
G_SIGNAL_RUN_LAST,