mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +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 (
|
||||
"dv1394src",
|
||||
"video/dv",
|
||||
/*
|
||||
gst_props_new (
|
||||
"format", GST_PROPS_LIST (
|
||||
G_TYPE_STRING ("NTSC"),
|
||||
|
@ -73,7 +72,6 @@ gst_dv1394src_factory (void)
|
|||
),
|
||||
NULL)
|
||||
),
|
||||
*/
|
||||
NULL);
|
||||
}
|
||||
return template;
|
||||
|
|
Loading…
Reference in a new issue