gst-libs/gst/interfaces/: Also remove the conditional registration of the signals...
authorJan Schmidt <thaytan@mad.scientist.com>
Wed, 30 Jan 2008 13:45:27 +0000 (13:45 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Wed, 30 Jan 2008 13:45:27 +0000 (13:45 +0000)
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

ChangeLog
gst-libs/gst/interfaces/mixeroptions.c
gst-libs/gst/interfaces/mixertrack.c

index 6688e39..c26fd07 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 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:
        Revert patch to gstrtspconnection.c for brown paper bag
        release of -base. Re-opens: #511825
index a0715ae..55ba24d 100644 (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,
index 638de50..5646271 100644 (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,