Dominique Leuenberger 2013-01-19 16:23:35 +00:00 committed by Git OBS Bridge
parent 1252a55d4d
commit b831c74f26

View File

@ -277,7 +277,7 @@ Index: gstreamer-0.11.94/tools/gst-inspect.c
+ if (!rpm_format)
+ g_print ("urisink-%s\n", *protocols);
+ else
+ g_print ("gstreamer1.0(urisink-%s)\n", *protocols);
+ g_print ("gstreamer1(urisink-%s)\n", *protocols);
++protocols;
}
break;
@ -287,7 +287,7 @@ Index: gstreamer-0.11.94/tools/gst-inspect.c
+ if (!rpm_format)
+ g_print ("urisource-%s\n", *protocols);
+ else
+ g_print ("gstreamer1.0(urisource-%s)\n", *protocols);
+ g_print ("gstreamer1(urisource-%s)\n", *protocols);
++protocols;
}
break;
@ -308,7 +308,7 @@ Index: gstreamer-0.11.94/tools/gst-inspect.c
+ if (!rpm_format)
+ g_print ("element-%s\n", gst_plugin_feature_get_name (feature));
+ else
+ g_print ("gstreamer1.0(element-%s)\n",
+ g_print ("gstreamer1(element-%s)\n",
+ gst_plugin_feature_get_name (feature));
factory = GST_ELEMENT_FACTORY (feature);