GNOME Bugzilla – Bug 321648
Wrong type check in gst_message_parse_clock_lost
Last modified: 2005-11-17 09:38:27 UTC
gst_message_parse_clock_lost incorrectly checks for messages of type GST_MESSAGE_NEW_CLOCK instead of GST_MESSAGE_CLOCK_LOST. Patch attached.
Created attachment 54837 [details] [review] NEW_CLOCK -> CLOCK_LOST
Applied, thanks! 2005-11-17 Torsten Schoenfeld <kaffeetisch at gmx dot net> * gst/gstmessage.c: (gst_message_parse_clock_lost): Assertion should check for CLOCK_LOST, not NEW_CLOCK (#321648). * gst/gstpadtemplate.h: * gst/gstpluginfeature.h: Don't use c++ style comments in headers (#321638).