message: add reset-time type string

This commit is contained in:
Wim Taymans 2012-11-30 10:41:51 +01:00
parent b7e7c9108a
commit c33be7ec77

View file

@ -105,6 +105,7 @@ static GstMessageQuarks message_quarks[] = {
{GST_MESSAGE_QOS, "qos", 0},
{GST_MESSAGE_PROGRESS, "progress", 0},
{GST_MESSAGE_TOC, "toc", 0},
{GST_MESSAGE_RESET_TIME, "reset-time", 0},
{GST_MESSAGE_STREAM_START, "stream-start", 0},
{0, NULL, 0}
};