niimaqsrc: correct plugin description
This commit is contained in:
parent
d1a4f092f3
commit
fdfc42a3b5
@ -22,13 +22,12 @@
|
|||||||
/**
|
/**
|
||||||
* SECTION:element-niimaqsrc
|
* SECTION:element-niimaqsrc
|
||||||
*
|
*
|
||||||
* Source for IIDC (Instrumentation & Industrial Digital Camera) firewire
|
* Source for National Instruments IMAQ frame grabber (Camera Link and analog cameras)
|
||||||
* cameras.
|
|
||||||
*
|
*
|
||||||
* <refsect2>
|
* <refsect2>
|
||||||
* <title>Example launch line</title>
|
* <title>Example launch line</title>
|
||||||
* |[
|
* |[
|
||||||
* gst-launch -v niimaqsrc camera-number=0 ! xvimagesink
|
* gst-launch -v niimaqsrc ! ffmpegcolorspace ! autovideosink
|
||||||
* ]|
|
* ]|
|
||||||
* </refsect2>
|
* </refsect2>
|
||||||
*/
|
*/
|
||||||
@ -48,8 +47,8 @@ GST_DEBUG_CATEGORY (niimaq_debug);
|
|||||||
static GstElementDetails niimaq_details =
|
static GstElementDetails niimaq_details =
|
||||||
GST_ELEMENT_DETAILS ("NI-IMAQ Video Source",
|
GST_ELEMENT_DETAILS ("NI-IMAQ Video Source",
|
||||||
"Source/Video",
|
"Source/Video",
|
||||||
"National Instruments based source, supports CameraLink cameras",
|
"National Instruments based source, supports Camera Link and analog cameras",
|
||||||
"Josh Doe <oss@nvl.army.mil>");
|
"Joshua Doe <oss@nvl.army.mil>");
|
||||||
|
|
||||||
enum
|
enum
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user