mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
baseparse: make fmtlist constant
This commit is contained in:
parent
f4b178af3b
commit
c364539620
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ GST_DEBUG_CATEGORY_STATIC (gst_base_parse_debug);
|
|||
#define GST_CAT_DEFAULT gst_base_parse_debug
|
||||
|
||||
/* Supported formats */
|
||||
static GstFormat fmtlist[] = {
|
||||
static const GstFormat fmtlist[] = {
|
||||
GST_FORMAT_DEFAULT,
|
||||
GST_FORMAT_BYTES,
|
||||
GST_FORMAT_TIME,
|
||||
|
|
Loading…
Reference in a new issue