An application message. More...
Public Member Functions | |
MessageApplication (GstMessage* message) | |
Static Public Member Functions | |
static Glib::RefPtr< Gst::Message > | create (const Glib::RefPtr< Gst::Object >& src, Gst::Structure& structure) |
Create a new application-typed message. | |
static Glib::RefPtr< Gst::Message > | create (const Glib::RefPtr< Gst::Object >& src) |
Create a new application-typed message (no Gst::Structure is needed). |
An application message.
See create() for more details.
Gst::MessageApplication::MessageApplication | ( | GstMessage * | message ) | [explicit] |
static Glib::RefPtr<Gst::Message> Gst::MessageApplication::create | ( | const Glib::RefPtr< Gst::Object >& | src, |
Gst::Structure& | structure | ||
) | [static] |
Create a new application-typed message.
GStreamer will never create these messages; they are a gift from us to you. Enjoy.
src | The object originating the message. |
structure | The structure for the message. The structure will be copied. |
static Glib::RefPtr<Gst::Message> Gst::MessageApplication::create | ( | const Glib::RefPtr< Gst::Object >& | src ) | [static] |
Create a new application-typed message (no Gst::Structure is needed).
GStreamer will never create these messages; they are a gift from us to you. Enjoy.
src | The object originating the message. |