Add C-based local matroska/EBML plugin, remove libmatroska/libebml c++ one
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>
Fri, 21 Nov 2003 21:34:27 +0000 (21:34 +0000)
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>
Fri, 21 Nov 2003 21:34:27 +0000 (21:34 +0000)
commit29e9ebcfda9cce9d72099d098d60bc7da0ea601a
treee84025a62eca39514a72abd5c7564d163a5326f1
parente21d05a3008439620d90deaf8457336d1a44c58d
Add C-based local matroska/EBML plugin, remove libmatroska/libebml c++ one

Original commit message from CVS:
Add C-based local matroska/EBML plugin, remove libmatroska/libebml c++ one
configure.ac
ext/Makefile.am
gst/matroska/Makefile.am [new file with mode: 0644]
gst/matroska/ebml-ids.h [new file with mode: 0644]
gst/matroska/ebml-read.c [new file with mode: 0644]
gst/matroska/ebml-read.h [new file with mode: 0644]
gst/matroska/matroska-demux.c [new file with mode: 0644]
gst/matroska/matroska-demux.h [new file with mode: 0644]
gst/matroska/matroska-ids.h [new file with mode: 0644]
gst/matroska/matroska.c [new file with mode: 0644]