blob: 0d9b363055c5b1121c36632a98bccac847932eb6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
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)
|