[gstreamermm: 46/167] mixer[track] fixed
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gstreamermm: 46/167] mixer[track] fixed
- Date: Tue, 3 Sep 2013 19:22:56 +0000 (UTC)
commit 5837512ed0cf7f52e820221ac5af20cc5dd36a59
Author: Marcin Kolny at Flytronic <marcin kolny flytronic pl>
Date: Fri Jul 26 12:05:03 2013 +0200
mixer[track] fixed
gstreamer/src/mixer.hg | 4 ----
gstreamer/src/mixertrack.ccg | 10 ----------
gstreamer/src/mixertrack.hg | 7 -------
3 files changed, 0 insertions(+), 21 deletions(-)
---
diff --git a/gstreamer/src/mixer.hg b/gstreamer/src/mixer.hg
index ffedfc6..66bb068 100644
--- a/gstreamer/src/mixer.hg
+++ b/gstreamer/src/mixer.hg
@@ -27,7 +27,6 @@ namespace Gst
{
_WRAP_ENUM(MixerType, GstMixerType)
-_WRAP_ENUM(MixerFlags, GstMixerFlags)
_WRAP_ENUM(MixerMessageType, GstMixerMessageType)
class MixerOptions;
@@ -83,7 +82,6 @@ public:
_WRAP_METHOD(void options_list_changed(const Glib::RefPtr<Gst::MixerOptions>& opts),
gst_mixer_options_list_changed)
_WRAP_METHOD(Glib::ustring get_option(const Glib::RefPtr<const Gst::MixerOptions>& opts) const,
gst_mixer_get_option)
_WRAP_METHOD(void mixer_changed(), gst_mixer_mixer_changed)
- _WRAP_METHOD(Gst::MixerFlags get_mixer_flags() const, gst_mixer_get_mixer_flags)
_WRAP_METHOD(Gst::MixerType get_mixer_type() const, gst_mixer_get_mixer_type)
_WRAP_METHOD(static Gst::MixerMessageType get_message_type(const Glib::RefPtr<Gst::Message>& message),
gst_mixer_message_get_type)
@@ -111,8 +109,6 @@ public:
#m4 _CONVERSION(`GstMixerOptions*',`const Glib::RefPtr<const Gst::MixerOptions>&', `Glib::wrap(($3), true)')
_WRAP_VFUNC(Glib::ustring get_option(const Glib::RefPtr<const Gst::MixerOptions>& opts) const,
"get_option")
- _WRAP_VFUNC(Gst::MixerFlags get_mixer_flags() const, "get_mixer_flags")
-
protected:
#m4begin
_PUSH(SECTION_PCC_CLASS_INIT_VFUNCS)
diff --git a/gstreamer/src/mixertrack.ccg b/gstreamer/src/mixertrack.ccg
index 11d1924..c4f4a60 100644
--- a/gstreamer/src/mixertrack.ccg
+++ b/gstreamer/src/mixertrack.ccg
@@ -19,13 +19,3 @@
#include <gst/interfaces/mixer.h>
_PINCLUDE(glibmm/private/object_p.h)
-
-namespace Gst
-{
-
-bool MixerTrack::has_flags(Gst::MixerTrackFlags flags)
-{
- return GST_MIXER_TRACK_HAS_FLAG(gobj(), flags);
-}
-
-} // namespace Gst
diff --git a/gstreamer/src/mixertrack.hg b/gstreamer/src/mixertrack.hg
index c1bb175..a98f111 100644
--- a/gstreamer/src/mixertrack.hg
+++ b/gstreamer/src/mixertrack.hg
@@ -24,8 +24,6 @@ _DEFS(gstreamermm,gst)
namespace Gst
{
-_WRAP_ENUM(MixerTrackFlags, GstMixerTrackFlags)
-
/** A track in an element that implement the Gst::Mixer interface.
* @ingroup GstInterfaces
*/
@@ -34,11 +32,6 @@ class MixerTrack : public Glib::Object
_CLASS_GOBJECT(MixerTrack, GstMixerTrack, GST_MIXER_TRACK, Glib::Object, GObject)
public:
- /** Checks to see whether the mixer track has the specified flags.
- * @param flags The flags to check for.
- * @return Whether the mixer track has the specified flags or not.
- */
- bool has_flags(Gst::MixerTrackFlags flags);
/** Get a string containing a descriptive name for this track.
*/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]