docs: Unmark wrongly marked plugin API types

This commit is contained in:
Thibault Saunier 2020-06-23 11:33:45 -04:00
parent 059e8ff44a
commit 43e9f0af42
3 changed files with 6 additions and 109 deletions

View file

@ -2610,21 +2610,6 @@
"value": "0x00000008"
}
]
},
"GstCameraBin2Mode": {
"kind": "enum",
"values": [
{
"desc": "Still image capture (default)",
"name": "mode-image",
"value": "1"
},
{
"desc": "Video recording",
"name": "mode-video",
"value": "2"
}
]
}
},
"package": "GStreamer Bad Plug-ins",
@ -211839,7 +211824,7 @@
"default": "default (2)",
"mutable": "null",
"readable": true,
"type": "NonstreamAudioSubsongMode",
"type": "GstNonstreamAudioSubsongMode",
"writable": true
},
"volume-ramping": {
@ -211862,43 +211847,7 @@
},
"filename": "gstopenmpt",
"license": "LGPL",
"other-types": {
"NonstreamAudioOutputMode": {
"kind": "enum",
"values": [
{
"desc": "Looping output",
"name": "looping",
"value": "0"
},
{
"desc": "Steady output",
"name": "steady",
"value": "1"
}
]
},
"NonstreamAudioSubsongMode": {
"kind": "enum",
"values": [
{
"desc": "Play single subsong",
"name": "single",
"value": "0"
},
{
"desc": "Play all subsongs",
"name": "all",
"value": "1"
},
{
"desc": "Decoder specific default behavior",
"name": "default",
"value": "2"
}
]
}
},
"other-types": {},
"package": "GStreamer Bad Plug-ins",
"source": "gst-plugins-bad",
"tracers": {},
@ -218820,21 +218769,6 @@
"filename": "gstuvch264",
"license": "LGPL",
"other-types": {
"GstCameraBin2Mode": {
"kind": "enum",
"values": [
{
"desc": "Still image capture (default)",
"name": "mode-image",
"value": "1"
},
{
"desc": "Video recording",
"name": "mode-video",
"value": "2"
}
]
},
"UvcH264Entropy": {
"kind": "enum",
"values": [
@ -221816,43 +221750,7 @@
},
"filename": "gstwildmidi",
"license": "LGPL",
"other-types": {
"NonstreamAudioOutputMode": {
"kind": "enum",
"values": [
{
"desc": "Looping output",
"name": "looping",
"value": "0"
},
{
"desc": "Steady output",
"name": "steady",
"value": "1"
}
]
},
"NonstreamAudioSubsongMode": {
"kind": "enum",
"values": [
{
"desc": "Play single subsong",
"name": "single",
"value": "0"
},
{
"desc": "Play all subsongs",
"name": "all",
"value": "1"
},
{
"desc": "Decoder specific default behavior",
"name": "default",
"value": "2"
}
]
}
},
"other-types": {},
"package": "GStreamer Bad Plug-ins",
"source": "gst-plugins-bad",
"tracers": {},

View file

@ -457,10 +457,6 @@ gst_nonstream_audio_decoder_class_init (GstNonstreamAudioDecoderClass * klass)
GST_TYPE_NONSTREAM_AUDIO_DECODER_OUTPUT_MODE,
DEFAULT_OUTPUT_MODE, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)
);
gst_type_mark_as_plugin_api (GST_TYPE_NONSTREAM_AUDIO_DECODER_OUTPUT_MODE, 0);
gst_type_mark_as_plugin_api (GST_TYPE_NONSTREAM_AUDIO_DECODER_SUBSONG_MODE,
0);
}

View file

@ -23,6 +23,9 @@
#include "gstcamerabin-enum.h"
/**
* GstCameraBin2Mode:
*/
GType
gst_camerabin_mode_get_type (void)
{