docs: Rename "OS X" to "macOS" in some documentation
authorNirbheek Chauhan <nirbheek@centricular.com>
Sun, 30 Jan 2022 13:36:29 +0000 (19:06 +0530)
committerNirbheek Chauhan <nirbheek@centricular.com>
Sun, 30 Jan 2022 13:47:18 +0000 (19:17 +0530)
No one uses the term "Mac OS X" anymore, it's "macOS". "OS X" is even
worse, because people will usually start the search with "mac".

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1607>

subprojects/gst-plugins-bad/sys/applemedia/plugin.m
subprojects/gst-plugins-bad/sys/applemedia/vtenc.c
subprojects/gst-plugins-good/sys/osxaudio/gstosxaudiosink.c
subprojects/gst-plugins-good/sys/osxaudio/gstosxaudiosrc.c
subprojects/gst-plugins-good/sys/osxvideo/osxvideosink.m

index a96b680..9fc42d7 100644 (file)
@@ -102,5 +102,5 @@ plugin_init (GstPlugin * plugin)
 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     applemedia,
-    "Elements for capture and codec access on Apple OS X and iOS",
+    "Elements for capture and codec access on Apple macOS and iOS",
     plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index 817a936..d0deace 100644 (file)
@@ -366,7 +366,7 @@ gst_vtenc_class_init (GstVTEncClass * klass)
      * vtenc_prores:preserve-alpha
      *
      * Preserve non-opaque video alpha values from the input video when
-     * compressing, else treat all alpha component as opaque. Default is %TRUE.
+     * compressing, else treat all alpha component as opaque.
      *
      * Since: 1.20
      */
index 0e9608b..e4211ed 100644 (file)
@@ -191,9 +191,9 @@ gst_osx_audio_sink_class_init (GstOsxAudioSinkClass * klass)
 
   gst_element_class_add_static_pad_template (gstelement_class, &sink_factory);
 
-  gst_element_class_set_static_metadata (gstelement_class, "Audio Sink (OSX)",
+  gst_element_class_set_static_metadata (gstelement_class, "Audio Sink (macOS)",
       "Sink/Audio",
-      "Output to a sound card in OS X",
+      "Output to a sound card on macOS",
       "Zaheer Abbas Merali <zaheerabbas at merali dot org>");
 }
 
index c3c445b..0ae5e9c 100644 (file)
@@ -154,9 +154,9 @@ gst_osx_audio_src_class_init (GstOsxAudioSrcClass * klass)
 
   gst_element_class_add_static_pad_template (gstelement_class, &src_factory);
 
-  gst_element_class_set_static_metadata (gstelement_class, "Audio Source (OSX)",
-      "Source/Audio",
-      "Input from a sound card in OS X",
+  gst_element_class_set_static_metadata (gstelement_class,
+      "Audio Source (macOS)", "Source/Audio",
+      "Input from a sound card on macOS",
       "Zaheer Abbas Merali <zaheerabbas at merali dot org>");
 }
 
index 8cf4db7..accd55d 100644 (file)
@@ -525,8 +525,8 @@ gst_osx_video_sink_base_init (gpointer g_class)
 {
   GstElementClass *element_class = GST_ELEMENT_CLASS (g_class);
 
-  gst_element_class_set_static_metadata (element_class, "OSX Video sink",
-      "Sink/Video", "OSX native videosink",
+  gst_element_class_set_static_metadata (element_class, "macOS Video sink",
+      "Sink/Video", "macOS native videosink",
       "Zaheer Abbas Merali <zaheerabbas at merali dot org>");
 
   gst_element_class_add_static_pad_template (element_class, &gst_osx_video_sink_sink_template_factory);