mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
output-selector: Constify negotiation mode GEnumValue table
This commit is contained in:
parent
0ab956d2c2
commit
50de594718
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ static GType
|
|||
gst_output_selector_pad_negotiation_mode_get_type (void)
|
||||
{
|
||||
static GType pad_negotiation_mode_type = 0;
|
||||
static GEnumValue pad_negotiation_modes[] = {
|
||||
static const GEnumValue pad_negotiation_modes[] = {
|
||||
{GST_OUTPUT_SELECTOR_PAD_NEGOTIATION_MODE_NONE, "None", "none"},
|
||||
{GST_OUTPUT_SELECTOR_PAD_NEGOTIATION_MODE_ALL, "All", "all"},
|
||||
{GST_OUTPUT_SELECTOR_PAD_NEGOTIATION_MODE_ACTIVE, "Active", "active"},
|
||||
|
|
Loading…
Reference in a new issue