From 67ab0ec2861e0d43342f7b2ec8ef3cdaa39f60b7 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Wed, 30 Jan 2008 13:45:27 +0000 Subject: [PATCH] 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 --- ChangeLog | 7 +++++++ gst-libs/gst/interfaces/mixeroptions.c | 2 +- gst-libs/gst/interfaces/mixertrack.c | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6688e39409..c26fd079e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-01-30 Jan Schmidt + + * 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 * gst-libs/gst/rtsp/gstrtspconnection.c: diff --git a/gst-libs/gst/interfaces/mixeroptions.c b/gst-libs/gst/interfaces/mixeroptions.c index a0715ae8d0..55ba24dd66 100644 --- a/gst-libs/gst/interfaces/mixeroptions.c +++ b/gst-libs/gst/interfaces/mixeroptions.c @@ -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, diff --git a/gst-libs/gst/interfaces/mixertrack.c b/gst-libs/gst/interfaces/mixertrack.c index 638de509d5..5646271cd8 100644 --- a/gst-libs/gst/interfaces/mixertrack.c +++ b/gst-libs/gst/interfaces/mixertrack.c @@ -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,