mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
Unbreak DEBUG with GSTREAMER for gst1
PR: ports/188016 Reported by: Jakub Lach <jakub_lach@mailplus.pl> Submitted by: Jan Beich
This commit is contained in:
parent
2b7b66fc06
commit
90dddb5f0a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349737
10
www/firefox/files/patch-bug989112
Normal file
10
www/firefox/files/patch-bug989112
Normal file
@ -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)
|
10
www/seamonkey/files/patch-bug989112
Normal file
10
www/seamonkey/files/patch-bug989112
Normal file
@ -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)
|
Loading…
Reference in New Issue
Block a user