mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
message: add reset-time type string
This commit is contained in:
parent
b7e7c9108a
commit
c33be7ec77
1 changed files with 1 additions and 0 deletions
|
@ -105,6 +105,7 @@ static GstMessageQuarks message_quarks[] = {
|
||||||
{GST_MESSAGE_QOS, "qos", 0},
|
{GST_MESSAGE_QOS, "qos", 0},
|
||||||
{GST_MESSAGE_PROGRESS, "progress", 0},
|
{GST_MESSAGE_PROGRESS, "progress", 0},
|
||||||
{GST_MESSAGE_TOC, "toc", 0},
|
{GST_MESSAGE_TOC, "toc", 0},
|
||||||
|
{GST_MESSAGE_RESET_TIME, "reset-time", 0},
|
||||||
{GST_MESSAGE_STREAM_START, "stream-start", 0},
|
{GST_MESSAGE_STREAM_START, "stream-start", 0},
|
||||||
{0, NULL, 0}
|
{0, NULL, 0}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue