Remove some left over 0.10 references
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Thu, 21 Mar 2019 15:36:44 +0000 (11:36 -0400)
committerNicolas Dufresne <nicolas@ndufresne.ca>
Thu, 21 Mar 2019 17:22:24 +0000 (17:22 +0000)
gst-libs/gst/pbutils/install-plugins.c
gst-libs/gst/pbutils/pbutils.c
gst-libs/gst/rtp/README
tests/examples/dynamic/sprinkle2.c
tests/examples/dynamic/sprinkle3.c

index 785aac5..f543011 100644 (file)
  *     libraries to use the same mechanism for their automatic plugin
  *     installation needs, or for the format to be changed should it turn
  *     out to be insufficient.
- * -   plugin system version, e.g. "0.10"
- *     This is required so that when there is a GStreamer-0.12 or
- *     GStreamer-1.0 at some point in future, the different major versions
- *     can still co-exist and use the same plugin install mechanism in the
- *     same way.
+ * -   plugin system version, e.g. "1.0"
+ *     This is required so that when there is GStreamer-2.0 at some point
+ *     in future, the different major versions can still co-exist and use
+ *     the same plugin install mechanism in the same way.
  * -   application identifier, e.g. "totem"
  *     This may also be in the form of "pid/12345" if the program name
  *     can't be obtained for some reason.
  * -   optional further fields not yet specified
  *
  * An entire ID string might then look like this, for example: `
- * gstreamer|0.10|totem|Vorbis audio decoder|decoder-audio/x-vorbis`
+ * gstreamer|1.0|totem|Vorbis audio decoder|decoder-audio/x-vorbis`
  *
  * Plugin installers parsing this ID string should expect further fields
  * also separated by '|' symbols and either ignore them, warn the user, or
index 1a081ee..8115de3 100644 (file)
@@ -42,8 +42,8 @@
  * ## Linking to this library
  *
  * You should obtain the required CFLAGS and LIBS using pkg-config on the
- * gstreamer-plugins-base-0.10 module. You will then also need to add
- * '-lgstpbutils-0.10' manually to your LIBS line.
+ * gstreamer-plugins-base-1.0 module. You will then also need to add
+ * '-lgstreamer-pbutils-1.0' manually to your LIBS line.
  *
  * ## Library initialisation
  *
index d49031e..dcd1687 100644 (file)
@@ -42,19 +42,19 @@ The RTP libraries
 
   For 20ms mode :
 
-  GST_DEBUG="basertpaudiopayload:5" gst-launch-0.10 fakesrc sizetype=2
+  GST_DEBUG="basertpaudiopayload:5" gst-launch-1.0 fakesrc sizetype=2
   sizemax=114 datarate=1900 ! audio/x-iLBC, mode=20 !  rtpilbcpay
   max-ptime="40000000" ! fakesink
 
   For 30ms mode :
 
-  GST_DEBUG="basertpaudiopayload:5" gst-launch-0.10 fakesrc sizetype=2
+  GST_DEBUG="basertpaudiopayload:5" gst-launch-1.0 fakesrc sizetype=2
   sizemax=150 datarate=1662 ! audio/x-iLBC, mode=30 !  rtpilbcpay
   max-ptime="60000000" ! fakesink
 
   Here is an example using the uLaw payloader (sample based).
 
-  GST_DEBUG="basertpaudiopayload:5" gst-launch-0.10 fakesrc sizetype=2
+  GST_DEBUG="basertpaudiopayload:5" gst-launch-1.0 fakesrc sizetype=2
   sizemax=150 datarate=8000 ! audio/x-mulaw ! rtppcmupay max-ptime="6000000" !
   fakesink
 
index fa06054..e37004a 100644 (file)
@@ -24,7 +24,7 @@
  * Produces a sweeping sprinkle of tones by dynamically adding and removing
  * elements to adder.
  *
- * gcc `pkg-config --cflags --libs gstreamer-0.10` sprinkle2.c -osprinkle2
+ * gcc `pkg-config --cflags --libs gstreamer-1.0` sprinkle2.c -osprinkle2
  */
 
 #ifdef HAVE_CONFIG_H
index cfdea8b..91982e2 100644 (file)
@@ -24,7 +24,7 @@
  * Produces a sweeping sprinkle of tones by dynamically adding and removing
  * elements to adder.
  *
- * gcc `pkg-config --cflags --libs gstreamer-0.10` sprinkle3.c -osprinkle3
+ * gcc `pkg-config --cflags --libs gstreamer-1.0` sprinkle3.c -osprinkle3
  */
 
 #ifdef HAVE_CONFIG_H