fix
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=32
This commit is contained in:
parent
1252a55d4d
commit
b831c74f26
@ -277,7 +277,7 @@ Index: gstreamer-0.11.94/tools/gst-inspect.c
|
|||||||
+ if (!rpm_format)
|
+ if (!rpm_format)
|
||||||
+ g_print ("urisink-%s\n", *protocols);
|
+ g_print ("urisink-%s\n", *protocols);
|
||||||
+ else
|
+ else
|
||||||
+ g_print ("gstreamer1.0(urisink-%s)\n", *protocols);
|
+ g_print ("gstreamer1(urisink-%s)\n", *protocols);
|
||||||
++protocols;
|
++protocols;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
@ -287,7 +287,7 @@ Index: gstreamer-0.11.94/tools/gst-inspect.c
|
|||||||
+ if (!rpm_format)
|
+ if (!rpm_format)
|
||||||
+ g_print ("urisource-%s\n", *protocols);
|
+ g_print ("urisource-%s\n", *protocols);
|
||||||
+ else
|
+ else
|
||||||
+ g_print ("gstreamer1.0(urisource-%s)\n", *protocols);
|
+ g_print ("gstreamer1(urisource-%s)\n", *protocols);
|
||||||
++protocols;
|
++protocols;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
@ -308,7 +308,7 @@ Index: gstreamer-0.11.94/tools/gst-inspect.c
|
|||||||
+ if (!rpm_format)
|
+ if (!rpm_format)
|
||||||
+ g_print ("element-%s\n", gst_plugin_feature_get_name (feature));
|
+ g_print ("element-%s\n", gst_plugin_feature_get_name (feature));
|
||||||
+ else
|
+ else
|
||||||
+ g_print ("gstreamer1.0(element-%s)\n",
|
+ g_print ("gstreamer1(element-%s)\n",
|
||||||
+ gst_plugin_feature_get_name (feature));
|
+ gst_plugin_feature_get_name (feature));
|
||||||
|
|
||||||
factory = GST_ELEMENT_FACTORY (feature);
|
factory = GST_ELEMENT_FACTORY (feature);
|
||||||
|
Loading…
Reference in New Issue
Block a user