diff options
Diffstat (limited to 'ext/directfb')
-rw-r--r-- | ext/directfb/dfbvideosink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/directfb/dfbvideosink.c b/ext/directfb/dfbvideosink.c index 99e56bdf..3dc6c6eb 100644 --- a/ext/directfb/dfbvideosink.c +++ b/ext/directfb/dfbvideosink.c @@ -103,7 +103,7 @@ GST_DEBUG_CATEGORY (dfbvideosink_debug); /* ElementFactory information */ static GstElementDetails gst_dfbvideosink_details = -GST_ELEMENT_DETAILS ("Video sink", +GST_ELEMENT_DETAILS ("DirectFB video sink", "Sink/Video", "A DirectFB based videosink", "Julien Moutte <julien@moutte.net>"); |