Control: forwarded -1 https://bugzilla.gnome.org/show_bug.cgi?id=747949

[Sebastian Dröge]
> Hi,
> 
> I forwarded this upstream a while ago without any response. Is
> gcompris still actively developed?

Yes, I believe so, though it seem to focus mostly on the Android
version these days.

> If you can point me to the code that uses gstreamer, I can also take
> a short look.

I tried with this patch and dh --with-autoreconf, but did not get a
working configure script. :(

--- gcompris-15.02.orig/configure.ac
+++ gcompris-15.02/configure.ac
@@ -389,7 +389,7 @@ if test x$with_sdlmixer = xyes; then
   AUDIO_LIBS="$AUDIO_LIBS -lSDL_mixer"
 else
   dnl Default is gstreamer
-  PKG_CHECK_MODULES(AUDIO, gstreamer-0.10,, AC_MSG_ERROR([*** GSTREAMER not 
found!]))
+  PKG_CHECK_MODULES(AUDIO, gstreamer-1.0,, AC_MSG_ERROR([*** GSTREAMER not 
found!]))
   AC_DEFINE([USE_GSTREAMER], 1,[gstreamer is enabled])
 fi
 AC_SUBST(AUDIO_CFLAGS)

A quick search in the 15.02 source indicate that the entire gstreamer
support is in one file, gstreamer.c:

% grep -rl gstreamer .
./debian/changelog
./debian/control
./src/gcompris/gstreamer.c
./src/gcompris/Makefile.am
./src/anim-activity/resources/anim/Makefile
./config.h.in
./ChangeLog
./ABOUT-NLS
./configure.ac
%

-- 
Happy hacking
Petter Reinholdtsen

Reply via email to