[gstreamer-bugs] [Bug 346948] GStreamer cannot handle buffers of type application/smil

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Jul 7 14:41:34 PDT 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=346948
 GStreamer | gst-plugins-bad | Ver: HEAD CVS





------- Comment #1 from Lutz Mueller  2006-07-07 21:41 UTC -------
Created an attachment (id=68597)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=68597&action=view)
Makefile.am

To hook up the smil element, you need a check for libxml2 in configure.ac:

@@ -578,6 +580,12 @@ GST_CHECK_FEATURE(SDL, [SDL plug-in], sd
     AM_PATH_SDL(, HAVE_SDL=yes, HAVE_SDL=no)
 ])

+dnl *** SMIL ***
+translit(dnm, m, l) AM_CONDITIONAL(USE_SMIL, true)
+GST_CHECK_FEATURE(SMIL, [XML library], smil, [
+  GST_PKG_CHECK_MODULES(SMIL, libxml-2.0 >= 2.4.9)
+])
+
 dnl *** soundtouch ***
 translit(dnm, m, l) AM_CONDITIONAL(USE_SOUNDTOUCH, true)
 GST_CHECK_FEATURE(SOUNDTOUCH, [soundtouch plug-in], soundtouch, [


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list