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
+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:
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,
"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,