message: add reset-time type string

This commit is contained in:
Wim Taymans 2012-11-30 10:41:51 +01:00 committed by Tim-Philipp Müller
parent 2e869f8877
commit 5c29fac651

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}
};