message: add new message quark

This commit is contained in:
Wim Taymans 2011-01-06 15:58:47 +01:00
parent 8ff6a082d7
commit 37fbb5e20f

View file

@ -112,6 +112,7 @@ static GstMessageQuarks message_quarks[] = {
{GST_MESSAGE_REQUEST_STATE, "request-state", 0},
{GST_MESSAGE_STEP_START, "step-start", 0},
{GST_MESSAGE_QOS, "qos", 0},
{GST_MESSAGE_PROGRESS, "progress", 0},
{0, NULL, 0}
};