From 0820b958ef82adccd77c7c29203f27a4991c7058 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 12 Dec 2002 13:56:46 +0000 Subject: [PATCH] never hurts to make sure Original commit message from CVS: never hurts to make sure --- ext/mad/gstmad.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/mad/gstmad.c b/ext/mad/gstmad.c index f8fe497d32..2b50b8eed0 100644 --- a/ext/mad/gstmad.c +++ b/ext/mad/gstmad.c @@ -1000,6 +1000,7 @@ gst_mad_chain (GstPad *pad, GstBuffer *buffer) gboolean new_pts = FALSE; mad = GST_MAD (gst_pad_get_parent (pad)); + g_assert (GST_IS_MAD (mad)); /* handle events */ if (GST_IS_EVENT (buffer))