Message.this
- this(GstMessage* gstMessage)
 - this(ObjectGst src, Structure structure)
 - this(ObjectGst src, Clock clock, int ready)
 - this(ObjectGst src, Clock clock)
 - this(GstMessageType type, ObjectGst src, Structure structure)
 - this(ObjectGst src, GstState oldstate, GstState newstate, GstState pending)
 - this(ObjectGst src, TagList tagList)
 - this(ObjectGst src, int percent)
 - this(ObjectGst src, GstFormat format, long duration)
 - this(ObjectGst src)
 
 
		gstreamer Message Message 
		constructorsfunctionsstatic functionsvariables 
	 
	
Create a clock lost message. This message is posted whenever the clock is not valid anymore. If this message is posted by the pipeline, the pipeline will select a new clock again when it goes to PLAYING. It might therefore be needed to set the pipeline to PAUSED and PLAYING again.