[gstreamermm] Index*: Remove the classes because they are removed in the C API.
- From: José Alburquerque <jaalburqu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gstreamermm] Index*: Remove the classes because they are removed in the C API.
- Date: Fri, 19 Jul 2013 18:33:56 +0000 (UTC)
commit 84bff1f3e73f5603575b3922b5272be7cda8905d
Author: José Alburquerque <jaalburquerque gmail com>
Date: Thu Jul 18 22:15:40 2013 -0400
Index*: Remove the classes because they are removed in the C API.
* gstreamer/src/index.{ccg,hg}:
* gstreamer/src/indexfactory.{ccg,hg}: Delete these files containing
the classes.
* gstreamer/src/filelist.am: Also remove them from the build.
* gstreamer/src/element.hg: Remove the methods and virtual functions
using the Gst::Index class because it is removed.
gstreamer/src/element.hg | 15 ---
gstreamer/src/filelist.am | 2 -
gstreamer/src/index.ccg | 184 ----------------------------------------
gstreamer/src/index.hg | 181 ---------------------------------------
gstreamer/src/indexfactory.ccg | 21 -----
gstreamer/src/indexfactory.hg | 58 -------------
6 files changed, 0 insertions(+), 461 deletions(-)
---
diff --git a/gstreamer/src/element.hg b/gstreamer/src/element.hg
index 590c168..ef8d9a0 100644
--- a/gstreamer/src/element.hg
+++ b/gstreamer/src/element.hg
@@ -50,7 +50,6 @@ class Caps;
class Clock;
class ElementFactory;
class Event;
-class Index;
class Interface;
class Message;
class Pad;
@@ -240,11 +239,6 @@ public:
_WRAP_METHOD(void set_bus(const Glib::RefPtr<Gst::Bus>& bus), gst_element_set_bus)
_WRAP_METHOD(Glib::RefPtr<Gst::Bus> get_bus(), gst_element_get_bus)
_WRAP_METHOD(Glib::RefPtr<const Gst::Bus> get_bus() const, gst_element_get_bus, constversion)
- _WRAP_METHOD(void set_index(const Glib::RefPtr<Gst::Index>& index), gst_element_set_index)
-
- //Note: gst_element_get_index provides a reference.
- _WRAP_METHOD(Glib::RefPtr<Gst::Index> get_index(), gst_element_get_index)
- _WRAP_METHOD(Glib::RefPtr<const Gst::Index > get_index() const, gst_element_get_index, constversion)
_WRAP_METHOD(Glib::RefPtr<Gst::ElementFactory> get_factory(), gst_element_get_factory, refreturn)
_WRAP_METHOD(Glib::RefPtr<const Gst::ElementFactory> get_factory() const, gst_element_get_factory,
refreturn, constversion)
@@ -400,15 +394,6 @@ public:
*/
virtual Glib::ArrayHandle<QueryType> get_query_types_vfunc() const;
- /** Get a Gst::Index on the element.
- */
- _WRAP_VFUNC(Glib::RefPtr<Gst::Index> get_index() const, "get_index")
-
-#m4 _CONVERSION(`GstIndex*',`const Glib::RefPtr<Gst::Index>&',`Glib::wrap($3, true)')
- /** Set the Gst::Index of an element.
- */
- _WRAP_VFUNC(void set_index(const Glib::RefPtr<Gst::Index>& index), "set_index")
-
#m4 _CONVERSION(`GstEvent*',`const Glib::RefPtr<Gst::Event>&', `Gst::wrap($3, true)')
/** Send a Gst::Event to the element.
*/
diff --git a/gstreamer/src/filelist.am b/gstreamer/src/filelist.am
index 67bee06..2a6bb1c 100644
--- a/gstreamer/src/filelist.am
+++ b/gstreamer/src/filelist.am
@@ -114,8 +114,6 @@ files_hg = \
filter.hg \
format.hg \
ghostpad.hg \
- indexfactory.hg \
- index.hg \
interface.hg \
iterator.hg \
message.hg \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]