Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Mar 2014 22:55:19 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r1561 - in trunk/www: firefox-nightly/files firefox/files seamonkey/files
Message-ID:  <201403272255.s2RMtJmt052496@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Thu Mar 27 22:55:19 2014
New Revision: 1561

Log:
unbreak DEBUG with GSTREAMER for gst1

PR:		ports/188016

Added:
   trunk/www/firefox-nightly/files/patch-bug989112
   trunk/www/firefox/files/patch-bug989112
   trunk/www/seamonkey/files/patch-bug989112

Added: trunk/www/firefox-nightly/files/patch-bug989112
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ trunk/www/firefox-nightly/files/patch-bug989112	Thu Mar 27 22:55:19 2014	(r1561)
@@ -0,0 +1,10 @@
+--- content/media/gstreamer/GStreamerFunctionList.h~
++++ content/media/gstreamer/GStreamerFunctionList.h
+@@ -122,6 +122,7 @@ GST_FUNC(LIBGSTREAMER, gst_buffer_set_size)
+ GST_FUNC(LIBGSTREAMER, gst_buffer_unmap)
+ GST_FUNC(LIBGSTREAMER, gst_element_factory_get_metadata)
+ GST_FUNC(LIBGSTREAMER, gst_event_parse_segment)
++GST_FUNC(LIBGSTREAMER, gst_event_type_get_name)
+ GST_FUNC(LIBGSTREAMER, gst_memory_init)
+ GST_FUNC(LIBGSTREAMER, gst_memory_map)
+ GST_FUNC(LIBGSTREAMER, gst_memory_unmap)

Added: trunk/www/firefox/files/patch-bug989112
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ trunk/www/firefox/files/patch-bug989112	Thu Mar 27 22:55:19 2014	(r1561)
@@ -0,0 +1,10 @@
+--- content/media/gstreamer/GStreamerFunctionList.h~
++++ content/media/gstreamer/GStreamerFunctionList.h
+@@ -122,6 +122,7 @@ GST_FUNC(LIBGSTREAMER, gst_buffer_set_size)
+ GST_FUNC(LIBGSTREAMER, gst_buffer_unmap)
+ GST_FUNC(LIBGSTREAMER, gst_element_factory_get_metadata)
+ GST_FUNC(LIBGSTREAMER, gst_event_parse_segment)
++GST_FUNC(LIBGSTREAMER, gst_event_type_get_name)
+ GST_FUNC(LIBGSTREAMER, gst_memory_init)
+ GST_FUNC(LIBGSTREAMER, gst_memory_map)
+ GST_FUNC(LIBGSTREAMER, gst_memory_unmap)

Added: trunk/www/seamonkey/files/patch-bug989112
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ trunk/www/seamonkey/files/patch-bug989112	Thu Mar 27 22:55:19 2014	(r1561)
@@ -0,0 +1,10 @@
+--- mozilla/content/media/gstreamer/GStreamerFunctionList.h~
++++ mozilla/content/media/gstreamer/GStreamerFunctionList.h
+@@ -122,6 +122,7 @@ GST_FUNC(LIBGSTREAMER, gst_buffer_set_size)
+ GST_FUNC(LIBGSTREAMER, gst_buffer_unmap)
+ GST_FUNC(LIBGSTREAMER, gst_element_factory_get_metadata)
+ GST_FUNC(LIBGSTREAMER, gst_event_parse_segment)
++GST_FUNC(LIBGSTREAMER, gst_event_type_get_name)
+ GST_FUNC(LIBGSTREAMER, gst_memory_init)
+ GST_FUNC(LIBGSTREAMER, gst_memory_map)
+ GST_FUNC(LIBGSTREAMER, gst_memory_unmap)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403272255.s2RMtJmt052496>