[gstreamermm] tocsetter wrapped



commit 8b3a5f1a364eeb03d61d46992d5f3330c7925449
Author: Marcin Kolny at Flytronic.pl <marcin kolny flytronic pl>
Date:   Mon Sep 30 07:35:05 2013 +0200

    tocsetter wrapped

 .gitignore                  |    2 ++
 gstreamer/src/filelist.am   |    1 +
 gstreamer/src/tocsetter.ccg |   13 +++++++++++++
 gstreamer/src/tocsetter.hg  |   38 ++++++++++++++++++++++++++++++++++++++
 4 files changed, 54 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 13664eb..b25cf64 100644
--- a/.gitignore
+++ b/.gitignore
@@ -173,6 +173,8 @@ gstreamer/gstreamermm/taskpool.cc
 gstreamer/gstreamermm/taskpool.h
 gstreamer/gstreamermm/toc.cc
 gstreamer/gstreamermm/toc.h
+gstreamer/gstreamermm/tocsetter.cc
+gstreamer/gstreamermm/tocsetter.h
 gstreamer/gstreamermm/tuner.cc
 gstreamer/gstreamermm/tuner.h
 gstreamer/gstreamermm/tunerchannel.cc
diff --git a/gstreamer/src/filelist.am b/gstreamer/src/filelist.am
index d289e65..85618a0 100644
--- a/gstreamer/src/filelist.am
+++ b/gstreamer/src/filelist.am
@@ -138,6 +138,7 @@ files_hg  =                     \
         task.hg                 \
         taskpool.hg             \
         toc.hg                  \
+        tocsetter.hg                  \
         typefindfactory.hg      \
         typefind.hg             \
         urihandler.hg           \
diff --git a/gstreamer/src/tocsetter.ccg b/gstreamer/src/tocsetter.ccg
new file mode 100644
index 0000000..15464ca
--- /dev/null
+++ b/gstreamer/src/tocsetter.ccg
@@ -0,0 +1,13 @@
+/*
+ * tocsetter.ccg
+ *
+ *  Created on: Sep 25, 2013
+ *      Author: m.kolny
+ */
+
+#include <gstreamermm/handle_error.h>
+
+namespace Gst
+{
+}
+
diff --git a/gstreamer/src/tocsetter.hg b/gstreamer/src/tocsetter.hg
new file mode 100644
index 0000000..ab897da
--- /dev/null
+++ b/gstreamer/src/tocsetter.hg
@@ -0,0 +1,38 @@
+/*
+ * tocsetter.hg
+ *
+ *  Created on: Sep 25, 2013
+ *      Author: m.kolny
+ */
+/* gstreamermm - a C++ wrapper for gstreamer
+ *
+ * Copyright 2013 The gstreamermm Development Team
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free
+ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
+
+#include <gst/gsttocsetter.h>
+#include <glibmm/interface.h>
+
+_DEFS(gstreamermm,gst)
+
+namespace Gst
+{
+class TocSetter : public Glib::Interface
+{
+  _CLASS_INTERFACE(TocSetter, GstTocSetter, GST_TOC_SETTER, GstTocSetterInterface)
+};
+}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]