mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 03:29:50 +00:00
pad: remove comma at the end of the last enum value
Fixes the build for c++.
This commit is contained in:
parent
c082281d28
commit
9d2292acaa
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ typedef enum {
|
|||
GST_PAD_LINK_CHECK_NOTHING = 0,
|
||||
GST_PAD_LINK_CHECK_HIERARCHY = 1 << 0,
|
||||
GST_PAD_LINK_CHECK_TEMPLATE_CAPS = 1 << 1,
|
||||
GST_PAD_LINK_CHECK_CAPS = 1 << 2,
|
||||
GST_PAD_LINK_CHECK_CAPS = 1 << 2
|
||||
} GstPadLinkCheck;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue