mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
docs: remove gst prefix from plugin titles
This commit is contained in:
parent
c72ccded6c
commit
b33f10e7e2
4 changed files with 4 additions and 4 deletions
|
@ -20,7 +20,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* plugin-gstavtp:
|
||||
* plugin-avtp:
|
||||
*
|
||||
* ## Audio Video Transport Protocol (AVTP) Plugin
|
||||
*
|
||||
|
|
|
@ -68,7 +68,7 @@ plugin_init (GstPlugin * plugin)
|
|||
GstRank video_sink_rank = GST_RANK_NONE;
|
||||
|
||||
/**
|
||||
* plugin-gstd3d11:
|
||||
* plugin-d3d11:
|
||||
*
|
||||
* Since: 1.18
|
||||
*/
|
||||
|
|
|
@ -50,7 +50,7 @@ plugin_init (GstPlugin * plugin)
|
|||
GstRank rank = GST_RANK_SECONDARY;
|
||||
|
||||
/**
|
||||
* plugin-gstmediafoundation:
|
||||
* plugin-mediafoundation:
|
||||
*
|
||||
* Since: 1.18
|
||||
*/
|
||||
|
|
|
@ -36,7 +36,7 @@ plugin_init (GstPlugin * plugin)
|
|||
GstRank rank = GST_RANK_SECONDARY;
|
||||
|
||||
/**
|
||||
* plugin-gstwasapi2:
|
||||
* plugin-wasapi2:
|
||||
*
|
||||
* Since: 1.18
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue