From ecc0e9221fcfa3f46459b1f9c954298f93f72779 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 18 Dec 2008 17:49:08 +0000 Subject: gst/mxf/: Add support for VC-3 (aka DNxHD essence, see SMPTE 2019-4). Original commit message from CVS: * gst/mxf/Makefile.am: * gst/mxf/mxf.c: (plugin_init): * gst/mxf/mxfvc3.c: (mxf_is_vc3_essence_track), (mxf_vc3_handle_essence_element), (mxf_vc3_create_caps), (mxf_vc3_init): * gst/mxf/mxfvc3.h: Add support for VC-3 (aka DNxHD essence, see SMPTE 2019-4). This is untested because of lack of sample files but should work fine. --- gst/mxf/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gst/mxf/Makefile.am') diff --git a/gst/mxf/Makefile.am b/gst/mxf/Makefile.am index 96e5720e..397d41a0 100644 --- a/gst/mxf/Makefile.am +++ b/gst/mxf/Makefile.am @@ -11,6 +11,7 @@ libgstmxf_la_SOURCES = \ mxfjpeg2000.c \ mxfd10.c \ mxfup.c \ + mxfvc3.c \ mxfmetadata.c libgstmxf_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) @@ -28,6 +29,7 @@ noinst_HEADERS = \ mxfjpeg2000.h \ mxfd10.h \ mxfup.h \ + mxfvc3.h \ mxftypes.h \ mxfmetadata.h -- cgit v1.2.1