summaryrefslogtreecommitdiffstats
path: root/sys/directdraw/gstdirectdrawplugin.c
diff options
context:
space:
mode:
authorSébastien Moutte <sebastien@moutte.net>2007-02-18 18:00:51 +0000
committerSébastien Moutte <sebastien@moutte.net>2007-02-18 18:00:51 +0000
commitf0ea2ecc06cf39ca528ffb85e8482e6f57b68be7 (patch)
treefa10171dfe11a1a7721db0a09344c8c13605de3a /sys/directdraw/gstdirectdrawplugin.c
parentbc42018514772cc73136bc5e8cd52e930a5bf9bf (diff)
downloadgst-plugins-bad-f0ea2ecc06cf39ca528ffb85e8482e6f57b68be7.tar.gz
gst-plugins-bad-f0ea2ecc06cf39ca528ffb85e8482e6f57b68be7.tar.bz2
gst-plugins-bad-f0ea2ecc06cf39ca528ffb85e8482e6f57b68be7.zip
sys/directdraw/: Prepare the plugin to move to good:
Original commit message from CVS: * sys/directdraw/gstdirectdrawplugin.c: * sys/directdraw/gstdirectdrawsink.c: * sys/directdraw/gstdirectdrawsink.h: Prepare the plugin to move to good: Remove unused/untested code (rendering to an extern surface, yuv format rendering).Use GST_(DEBUG/*)_OBJECT macros Rename all functions from gst_directdrawsink to gst_directdraw_sink. Add gtk doc section Fix a bug in gst_directdraw_sink_show_frame, memcpy line by line respecting destination surface stride. * sys/directsound/gstdirectsoundplugin.c: * sys/directsound/gstdirectsoundsink.c: * sys/directsound/gstdirectsoundsink.h: Prepare the plugin to move to good: Rename all functions from gst_directsoundsink to gst_directsound_sink. Add gtk doc section * win32/common/config.h.in: * win32/MANIFEST: Add config.h.in
Diffstat (limited to 'sys/directdraw/gstdirectdrawplugin.c')
-rw-r--r--sys/directdraw/gstdirectdrawplugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/directdraw/gstdirectdrawplugin.c b/sys/directdraw/gstdirectdrawplugin.c
index 728551e0..14943020 100644
--- a/sys/directdraw/gstdirectdrawplugin.c
+++ b/sys/directdraw/gstdirectdrawplugin.c
@@ -38,5 +38,5 @@ plugin_init (GstPlugin * plugin)
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"directdraw",
- "DIRECTDRAW plugin library",
+ "Direct Draw plugin library",
plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)