mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 23:36:38 +00:00
waylandsink: Add myself to the authors list
This commit is contained in:
parent
ec18fe8965
commit
2f45d91ccd
1 changed files with 2 additions and 1 deletions
|
@ -136,7 +136,8 @@ gst_wayland_sink_class_init (GstWaylandSinkClass * klass)
|
||||||
gst_element_class_set_static_metadata (gstelement_class,
|
gst_element_class_set_static_metadata (gstelement_class,
|
||||||
"wayland video sink", "Sink/Video",
|
"wayland video sink", "Sink/Video",
|
||||||
"Output to wayland surface",
|
"Output to wayland surface",
|
||||||
"Sreerenj Balachandran <sreerenj.balachandran@intel.com>");
|
"Sreerenj Balachandran <sreerenj.balachandran@intel.com>, "
|
||||||
|
"George Kiagiadakis <george.kiagiadakis@collabora.com>");
|
||||||
|
|
||||||
gstelement_class->change_state =
|
gstelement_class->change_state =
|
||||||
GST_DEBUG_FUNCPTR (gst_wayland_sink_change_state);
|
GST_DEBUG_FUNCPTR (gst_wayland_sink_change_state);
|
||||||
|
|
Loading…
Reference in a new issue