mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
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:
parent
2531fca577
commit
67ab0ec286
3 changed files with 9 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue