From c7850cd0aec6186f1ad6de82eee28d2bbba37d11 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Mon, 24 Mar 2003 02:58:13 +0000 Subject: fix compile error Original commit message from CVS: fix compile error --- gst-libs/gst/media-info/media-info-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst-libs/gst') diff --git a/gst-libs/gst/media-info/media-info-test.c b/gst-libs/gst/media-info/media-info-test.c index 965d5ebc..916d8d77 100644 --- a/gst-libs/gst/media-info/media-info-test.c +++ b/gst-libs/gst/media-info/media-info-test.c @@ -32,7 +32,7 @@ caps_print (GstCaps *caps) GstPropsType type; name = gst_props_entry_get_name (entry); - type = gst_props_entry_get_type (entry); + type = gst_props_entry_get_props_type (entry); switch (type) { case GST_PROPS_STRING_TYPE: gst_props_entry_get_string (entry, &str_val); -- cgit v1.2.1