diff options
author | Benjamin Otte <otte@gnome.org> | 2003-03-24 02:58:13 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2003-03-24 02:58:13 +0000 |
commit | c7850cd0aec6186f1ad6de82eee28d2bbba37d11 (patch) | |
tree | fff6a208310782e19273f9f29affe50fc14fdff6 /gst-libs/gst | |
parent | 552d2816afacdd179bbffb6f622691d66777c01e (diff) | |
download | gst-plugins-bad-c7850cd0aec6186f1ad6de82eee28d2bbba37d11.tar.gz gst-plugins-bad-c7850cd0aec6186f1ad6de82eee28d2bbba37d11.tar.bz2 gst-plugins-bad-c7850cd0aec6186f1ad6de82eee28d2bbba37d11.zip |
fix compile error
Original commit message from CVS:
fix compile error
Diffstat (limited to 'gst-libs/gst')
-rw-r--r-- | gst-libs/gst/media-info/media-info-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |