Title: [159947] trunk/Source/WebCore
Revision
159947
Author
vjaq...@igalia.com
Date
2013-12-02 11:58:32 -0800 (Mon, 02 Dec 2013)

Log Message

[Gstreamer] update webkitvideosink metadata
https://bugs.webkit.org/show_bug.cgi?id=125082

Reviewed by Philippe Normand.

No new tests, no behavior changes.

* platform/graphics/gstreamer/VideoSinkGStreamer.cpp:
(webkit_video_sink_class_init):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (159946 => 159947)


--- trunk/Source/WebCore/ChangeLog	2013-12-02 19:55:52 UTC (rev 159946)
+++ trunk/Source/WebCore/ChangeLog	2013-12-02 19:58:32 UTC (rev 159947)
@@ -1,3 +1,15 @@
+2013-12-02  Victor Jaquez  <vjaq...@igalia.com>
+
+        [Gstreamer] update webkitvideosink metadata
+        https://bugs.webkit.org/show_bug.cgi?id=125082
+
+        Reviewed by Philippe Normand.
+
+        No new tests, no behavior changes.
+
+        * platform/graphics/gstreamer/VideoSinkGStreamer.cpp:
+        (webkit_video_sink_class_init):
+
 2013-12-02  Víctor Manuel Jáquez Leal  <vjaq...@igalia.com>
 
         Simplify MediaPlayerPrivateGStreamerBase::createVideoSink()

Modified: trunk/Source/WebCore/platform/graphics/gstreamer/VideoSinkGStreamer.cpp (159946 => 159947)


--- trunk/Source/WebCore/platform/graphics/gstreamer/VideoSinkGStreamer.cpp	2013-12-02 19:55:52 UTC (rev 159946)
+++ trunk/Source/WebCore/platform/graphics/gstreamer/VideoSinkGStreamer.cpp	2013-12-02 19:58:32 UTC (rev 159947)
@@ -377,7 +377,7 @@
     GstElementClass* elementClass = GST_ELEMENT_CLASS(klass);
 
     gst_element_class_add_pad_template(elementClass, gst_static_pad_template_get(&s_sinkTemplate));
-    gst_element_class_set_metadata(elementClass, "WebKit video sink", "Sink/Video", "Sends video data from a GStreamer pipeline to a Cairo surface", "Alp Toker <a...@atoker.com>");
+    gst_element_class_set_metadata(elementClass, "WebKit video sink", "Sink/Video", "Sends video data from a GStreamer pipeline to WebKit", "Igalia, Alp Toker <a...@atoker.com>");
 
     g_type_class_add_private(klass, sizeof(WebKitVideoSinkPrivate));
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to