From 2e6abf825aa993ac47065de67e1ef71d24e7e465 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 29 Dec 2000 18:31:06 +0000 Subject: [PATCH] Updated some test programs Original commit message from CVS: Updated some test programs --- tests/caps.c | 6 ------ tests/props.c | 5 +++++ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/tests/caps.c b/tests/caps.c index 081291eee5..4a8c76bb90 100644 --- a/tests/caps.c +++ b/tests/caps.c @@ -53,12 +53,6 @@ static GstCapsFactory raw2_sink_caps = { NULL }; -static GstCapsListFactory mpg123_sinklist_caps = -{ - &raw2_sink_caps, - &raw2_sink_caps, - NULL -}; static GstCaps *sinkcaps = NULL, *rawcaps = NULL, diff --git a/tests/props.c b/tests/props.c index 5fac483095..a6d6728bc0 100644 --- a/tests/props.c +++ b/tests/props.c @@ -49,6 +49,11 @@ int main(int argc,char *argv[]) if (i==3) { testprops = gst_props_merge (testprops, gst_props_new ("framed", GST_PROPS_BOOLEAN (TRUE), + "mpegtest", GST_PROPS_BOOLEAN (FALSE), + "hello", GST_PROPS_LIST ( + GST_PROPS_FOURCC_INT (0X5555), + GST_PROPS_FOURCC_INT (0X6666) + ), NULL)); }