[gstreamermm] Prefix TagList with Gst:: namespace
- From: Marcin Kolny <mkolny src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gstreamermm] Prefix TagList with Gst:: namespace
- Date: Fri, 7 Aug 2015 10:59:50 +0000 (UTC)
commit caf6ed6a5abc675573b130552e05ed92e63f07c6
Author: Michał Wróbel <michal wrobel flytronic pl>
Date: Thu Jul 23 11:19:37 2015 +0200
Prefix TagList with Gst:: namespace
https://bugzilla.gnome.org/show_bug.cgi?id=752728
* gstreamer/src/discovererinfo.hg: prefix TagList with Gst::.
gstreamer/src/discovererinfo.hg | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gstreamer/src/discovererinfo.hg b/gstreamer/src/discovererinfo.hg
index 01561ed..8d100d8 100644
--- a/gstreamer/src/discovererinfo.hg
+++ b/gstreamer/src/discovererinfo.hg
@@ -82,9 +82,9 @@ public:
_WRAP_METHOD(std::vector< Glib::RefPtr<Gst::DiscovererStreamInfo> > get_stream_list(),
gst_discoverer_info_get_stream_list)
_WRAP_METHOD(std::vector< Glib::RefPtr<const Gst::DiscovererStreamInfo> > get_stream_list() const,
gst_discoverer_info_get_stream_list)
-#m4 _CONVERSION(`const GstTagList*',`TagList',`Glib::wrap_taglist(const_cast<GstTagList*>($3), true)')
+#m4 _CONVERSION(`const GstTagList*',`Gst::TagList',`Glib::wrap_taglist(const_cast<GstTagList*>($3), true)')
- _WRAP_METHOD(TagList get_tags() const, gst_discoverer_info_get_tags)
+ _WRAP_METHOD(Gst::TagList get_tags() const, gst_discoverer_info_get_tags)
_WRAP_METHOD(Glib::ustring get_uri() const, gst_discoverer_info_get_uri)
_WRAP_METHOD(bool get_seekable() const, gst_discoverer_info_get_seekable)
@@ -137,7 +137,7 @@ public:
_WRAP_METHOD(Glib::RefPtr<Gst::DiscovererStreamInfo> get_previous(),
gst_discoverer_stream_info_get_previous)
_WRAP_METHOD(Glib::RefPtr<Gst::DiscovererStreamInfo> get_previous() const,
gst_discoverer_stream_info_get_previous, constversion)
- _WRAP_METHOD(TagList get_tags() const, gst_discoverer_stream_info_get_tags)
+ _WRAP_METHOD(Gst::TagList get_tags() const, gst_discoverer_stream_info_get_tags)
_WRAP_METHOD(Glib::ustring get_stream_type_nick() const, gst_discoverer_stream_info_get_stream_type_nick)
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]