From 5d74676294f47658a0ed94d4ac8f6df746d25734 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 1 Oct 2009 14:54:43 +0200 Subject: [PATCH] resindvdbin: Also post missing element messages if any other element is missing --- ext/resindvd/resindvdbin.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ext/resindvd/resindvdbin.c b/ext/resindvd/resindvdbin.c index bd04afe32e..c77bf38fc5 100644 --- a/ext/resindvd/resindvdbin.c +++ b/ext/resindvd/resindvdbin.c @@ -326,6 +326,8 @@ try_create_piece (RsnDvdBin * dvdbin, gint index, return TRUE; create_failed: + gst_element_post_message (GST_ELEMENT_CAST (dvdbin), + gst_missing_element_message_new (GST_ELEMENT_CAST (dvdbin), factory)); GST_ELEMENT_ERROR (dvdbin, CORE, MISSING_PLUGIN, (NULL), ("Could not create %s element '%s'", descr, factory)); return FALSE;