From 55d27540984401beb673fa2858c215a4e71a1fce Mon Sep 17 00:00:00 2001 From: David Schleef Date: Mon, 24 Aug 2009 13:42:42 -0700 Subject: Remove Ronald Bultje from Authors field Replaced with "GStreamer maintainers " or just removed, depending on the number of other authors. --- sys/v4l2/gstv4l2src.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys') diff --git a/sys/v4l2/gstv4l2src.c b/sys/v4l2/gstv4l2src.c index 463bef3a..783a6bd1 100644 --- a/sys/v4l2/gstv4l2src.c +++ b/sys/v4l2/gstv4l2src.c @@ -62,8 +62,7 @@ static const GstElementDetails gst_v4l2src_details = GST_ELEMENT_DETAILS ("Video (video4linux2) Source", "Source/Video", "Reads frames from a video4linux2 (BT8x8) device", - "Ronald Bultje ," - " Edgard Lima ," + "Edgard Lima ," " Stefan Kost "); GST_DEBUG_CATEGORY (v4l2src_debug); -- cgit