[gstreamermm: 91/167] enabled audioformat
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gstreamermm: 91/167] enabled audioformat
- Date: Tue, 3 Sep 2013 19:26:43 +0000 (UTC)
commit ba5ed269139831fd6ed819d2a0b7646931998dd0
Author: Marcin Kolny at Flytronic <marcin kolny flytronic pl>
Date: Tue Jul 30 16:33:02 2013 +0200
enabled audioformat
gstreamer/src/audioformat.hg | 2 +-
gstreamer/src/audioinfo.hg | 2 +-
gstreamer/src/filelist.am | 1 +
3 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/gstreamer/src/audioformat.hg b/gstreamer/src/audioformat.hg
index bd4d872..b46c6fc 100644
--- a/gstreamer/src/audioformat.hg
+++ b/gstreamer/src/audioformat.hg
@@ -37,7 +37,7 @@ public:
/**
* Defualt constructor.
*/
- virtual ~AudioFormatInfo();
+ virtual ~AudioFormatInfo() {}
/// Gets the underlying gobject.
GstAudioFormatInfo* gobj() { return m_info; };
diff --git a/gstreamer/src/audioinfo.hg b/gstreamer/src/audioinfo.hg
index c12b72b..6ed7d27 100644
--- a/gstreamer/src/audioinfo.hg
+++ b/gstreamer/src/audioinfo.hg
@@ -35,7 +35,7 @@ class AudioInfo : public Gst::AudioFormatInfo
{
_CLASS_GENERIC(AudioInfo, GstAudioInfo)
public:
-
+ AudioInfo(const GstAudioInfo& info){}
virtual ~AudioInfo(){}
diff --git a/gstreamer/src/filelist.am b/gstreamer/src/filelist.am
index 05c2a2b..8963466 100644
--- a/gstreamer/src/filelist.am
+++ b/gstreamer/src/filelist.am
@@ -82,6 +82,7 @@ files_hg = \
audiobasesink.hg \
audiobasesrc.hg \
audioclock.hg \
+ audiofilter.hg \
audioformat.hg \
audioinfo.hg \
audioringbuffer.hg \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]