#include <message.h>
Public Member Functions | |
MessageTag (GstMessage* castitem) | |
Gst::TagList | parse () |
Extracts and returns the Gst::TagList from the Gst::MessageTag. | |
Static Public Member Functions | |
static Glib::RefPtr<Gst::Message> | create (const Glib::RefPtr<Gst::Object>& src, const Gst::TagList& taglist) |
Create a new tag message. |
See create() for more details.
Gst::MessageTag::MessageTag | ( | GstMessage * | castitem | ) | [explicit] |
static Glib::RefPtr<Gst::Message> Gst::MessageTag::create | ( | const Glib::RefPtr<Gst::Object>& | src, | |
const Gst::TagList& | taglist | |||
) | [static] |
Create a new tag message.
The taglist will be copied. The message is posted by elements that discovered a new taglist.
src | The object originating the message. | |
tag_list | The tag list for the message. |
Gst::TagList Gst::MessageTag::parse | ( | ) |
Extracts and returns the Gst::TagList from the Gst::MessageTag.
MT safe.