removing stray commentation

Original commit message from CVS:
removing stray commentation
This commit is contained in:
Thomas Vander Stichele 2004-03-14 19:57:26 +00:00
parent 1773f0d67d
commit 82d6181bf2

View file

@ -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;