fix compile error
authorBenjamin Otte <otte@gnome.org>
Mon, 24 Mar 2003 02:58:13 +0000 (02:58 +0000)
committerBenjamin Otte <otte@gnome.org>
Mon, 24 Mar 2003 02:58:13 +0000 (02:58 +0000)
Original commit message from CVS:
fix compile error

examples/seeking/vorbisfile.c
ext/vorbis/vorbisenc.c
gst-libs/gst/media-info/media-info-test.c
tests/examples/seek/vorbisfile.c
tests/old/examples/seek/vorbisfile.c

index c93ee0f278228689aabbbfd75456572d115e2629..29fc18cfedaa0efa821f757359dfa4532496087b 100644 (file)
@@ -42,7 +42,7 @@ print_caps (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);
index 6362f9aea3bbc255c1934ffe4e8dfff350dbf166..5ff9ccc3a75ebf0468e0f7396d8b7a21f26aff72 100644 (file)
@@ -460,7 +460,7 @@ gst_vorbisenc_add_metadata (VorbisEnc *vorbisenc, GstCaps *caps)
     prop = (GstPropsEntry*)(props->data);
     props = g_list_next(props);
 
-    if (gst_props_entry_get_type (prop) == GST_PROPS_STRING_TYPE) {
+    if (gst_props_entry_get_props_type (prop) == GST_PROPS_STRING_TYPE) {
       const gchar *name = gst_props_entry_get_name (prop);
       const gchar *value;
 
index 965d5ebc02b7ae67f76df4a2321078fcee410f9b..916d8d77a97e453515c817596ee36fd459f38c45 100644 (file)
@@ -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);
index c93ee0f278228689aabbbfd75456572d115e2629..29fc18cfedaa0efa821f757359dfa4532496087b 100644 (file)
@@ -42,7 +42,7 @@ print_caps (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);
index c93ee0f278228689aabbbfd75456572d115e2629..29fc18cfedaa0efa821f757359dfa4532496087b 100644 (file)
@@ -42,7 +42,7 @@ print_caps (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);