libextractor

GNU libextractor
Log | Files | Refs | Submodules | README | LICENSE

commit 4aa9b1bbf7f5b2e71e3533271b1c061c729f1872
parent ffe26d437dccbf5d6de00d167cd2a9902843e436
Author: LRN <lrn1986@gmail.com>
Date:   Sun, 19 Aug 2012 13:53:07 +0000

Fix the test to remove omitted struct fields

Diffstat:
Msrc/plugins/test_gstreamer.c | 24------------------------
1 file changed, 0 insertions(+), 24 deletions(-)

diff --git a/src/plugins/test_gstreamer.c b/src/plugins/test_gstreamer.c @@ -256,30 +256,6 @@ main (int argc, char *argv[]) EXTRACTOR_METATYPE_UNKNOWN, EXTRACTOR_METAFORMAT_UTF8, "text/plain", - "depth=16", - strlen ("depth=16") + 1, - 0 - }, - { - EXTRACTOR_METATYPE_UNKNOWN, - EXTRACTOR_METAFORMAT_UTF8, - "text/plain", - "rate=44100", - strlen ("rate=44100") + 1, - 0 - }, - { - EXTRACTOR_METATYPE_UNKNOWN, - EXTRACTOR_METAFORMAT_UTF8, - "text/plain", - "channels=2", - strlen ("channels=2") + 1, - 0 - }, - { - EXTRACTOR_METATYPE_UNKNOWN, - EXTRACTOR_METAFORMAT_UTF8, - "text/plain", "block_align=4459", strlen ("block_align=4459") + 1, 0