mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
removing stray commentation
Original commit message from CVS: removing stray commentation
This commit is contained in:
parent
1773f0d67d
commit
82d6181bf2
1 changed files with 0 additions and 2 deletions
|
@ -65,7 +65,6 @@ gst_dv1394src_factory (void)
|
||||||
GST_STATIC_CAPS (
|
GST_STATIC_CAPS (
|
||||||
"dv1394src",
|
"dv1394src",
|
||||||
"video/dv",
|
"video/dv",
|
||||||
/*
|
|
||||||
gst_props_new (
|
gst_props_new (
|
||||||
"format", GST_PROPS_LIST (
|
"format", GST_PROPS_LIST (
|
||||||
G_TYPE_STRING ("NTSC"),
|
G_TYPE_STRING ("NTSC"),
|
||||||
|
@ -73,7 +72,6 @@ gst_dv1394src_factory (void)
|
||||||
),
|
),
|
||||||
NULL)
|
NULL)
|
||||||
),
|
),
|
||||||
*/
|
|
||||||
NULL);
|
NULL);
|
||||||
}
|
}
|
||||||
return template;
|
return template;
|
||||||
|
|
Loading…
Reference in a new issue