[mistelix] Workaround for GStreamer bug affecting mpeg video generation and conversion
- From: Jordi Mas <jmas src gnome org>
- To: svn-commits-list gnome org
- Subject: [mistelix] Workaround for GStreamer bug affecting mpeg video generation and conversion
- Date: Fri, 5 Jun 2009 12:51:42 -0400 (EDT)
commit 414af5286ec32406e1866848384551c19460f888
Author: Jordi Mas <jmas softcatala org>
Date: Fri Jun 5 18:51:40 2009 +0200
Workaround for GStreamer bug affecting mpeg video generation and conversion
---
libmistelix/mistelix.c | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/libmistelix/mistelix.c b/libmistelix/mistelix.c
index a5aeab6..2f62522 100644
--- a/libmistelix/mistelix.c
+++ b/libmistelix/mistelix.c
@@ -172,8 +172,13 @@ mistelix_get_codecs_count ()
was_init = gstreamer_init;
mistelix_check_init ();
+#ifdef _GSTREAMER_BUG
+ /* This code can be enabled when gst-ffmpeg bug fix http://bugzilla.gnome.org/show_bug.cgi?id=584291
+ becomes widely available */
+
if (was_init)
gst_update_registry (); /* Detect new plugins added since we started GStreamer */
+#endif
plugins_org = plugins = gst_default_registry_get_plugin_list ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]