Improve gstreamer missing message

Hi.

Here is a patch so Gst::MissingMessage object can be created when
receiving a missing message from C.

In C missing messages are messages with a GST_MESSAGE_ELEMENT type. I
add a conditionnal structure to check whether the element message is a
missing one or not.
The ruby class Gst::MissingMessage is a child of Gst::MessageElement
class.

Vincent C.

Hi,

In [email protected]
“[ruby-gnome2-devel-en] Improve gstreamer missing message” on Wed, 16
Feb 2011 20:15:57 +0100,
Vincent C. [email protected] wrote:

Here is a patch so Gst::MissingMessage object can be created when
receiving a missing message from C.

In C missing messages are messages with a GST_MESSAGE_ELEMENT type. I
add a conditionnal structure to check whether the element message is a
missing one or not.
The ruby class Gst::MissingMessage is a child of Gst::MessageElement class.

Thanks!
I’ve merged your diff!


kou