[nautilus-sound-converter/gst-1-0] Use the GST_USE_UNSTABLE_API macro to quite things down.
- From: Brian Pepple <bpepple src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus-sound-converter/gst-1-0] Use the GST_USE_UNSTABLE_API macro to quite things down.
- Date: Fri, 27 Jul 2012 17:52:57 +0000 (UTC)
commit 47014015ddf4116fbae7431e118929c2567d1fea
Author: Brian Pepple <bpepple fedoraproject org>
Date: Fri Jul 27 13:37:24 2012 -0400
Use the GST_USE_UNSTABLE_API macro to quite things down.
src/nsc-converter.c | 2 ++
src/nsc-extension.c | 2 ++
src/nsc-gstreamer.c | 2 ++
3 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/src/nsc-converter.c b/src/nsc-converter.c
index 8e4a219..1cf82cd 100644
--- a/src/nsc-converter.c
+++ b/src/nsc-converter.c
@@ -28,6 +28,8 @@
#include <config.h>
#endif
+#define GST_USE_UNSTABLE_API
+
#include <sys/time.h>
#include <string.h>
diff --git a/src/nsc-extension.c b/src/nsc-extension.c
index e3fc51a..791cc86 100644
--- a/src/nsc-extension.c
+++ b/src/nsc-extension.c
@@ -26,6 +26,8 @@
#include <config.h>
#endif
+#define GST_USE_UNSTABLE_API
+
#include "nsc-converter.h"
#include "nsc-extension.h"
#include "nsc-gstreamer.h"
diff --git a/src/nsc-gstreamer.c b/src/nsc-gstreamer.c
index ff60d3b..0bcfe38 100644
--- a/src/nsc-gstreamer.c
+++ b/src/nsc-gstreamer.c
@@ -28,6 +28,8 @@
#include <config.h>
#endif
+#define GST_USE_UNSTABLE_API
+
#include <string.h>
#include <glib.h>
#include <glib/gi18n.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]