diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-03-14 19:57:26 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-03-14 19:57:26 +0000 |
commit | 82d6181bf296edf4b96adf4ae4790932278983f8 (patch) | |
tree | 895ded3dcbc6a64bc674a970d08a5094f67e5768 /ext/raw1394 | |
parent | 1773f0d67d130c5a474c2a95d4ab5acf4ab1fe7a (diff) |
removing stray commentation
Original commit message from CVS:
removing stray commentation
Diffstat (limited to 'ext/raw1394')
-rw-r--r-- | ext/raw1394/gstdv1394src.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/raw1394/gstdv1394src.c b/ext/raw1394/gstdv1394src.c index c36858003..a044d0f38 100644 --- a/ext/raw1394/gstdv1394src.c +++ b/ext/raw1394/gstdv1394src.c @@ -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; |