From: Andy Wingo Date: Sat, 30 Mar 2002 19:31:13 +0000 (+0000) Subject: add notify back to filesrc, it's needed for MVC applications remove notify printouts... X-Git-Tag: 1.19.3~511^2~16058 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9b36e243ae8da90d1be4b0aa5f9f119f322fb825;p=platform%2Fupstream%2Fgstreamer.git add notify back to filesrc, it's needed for MVC applications remove notify printouts from gst-launch cleanup in gst-p... Original commit message from CVS: * add notify back to filesrc, it's needed for MVC applications * remove notify printouts from gst-launch * cleanup in gst-plugins configure.ac * some jack updates * remove SELF_ITERATING flag in favor of SEF_SCHEDULABLE (not a clear name, but it's what we have for the moment) * improve parsing of request pad names, no more sscanf * fixes to the fastscheduler Makefile.am --- diff --git a/configure.ac b/configure.ac index a484e90..28a72cc 100644 --- a/configure.ac +++ b/configure.ac @@ -432,7 +432,7 @@ GST_CHECK_FEATURE(HTTP, [http plugins], gsthttpsrc, [ AC_SUBST(GST_HTTPSRC_GET_TYPE) ]) -dnl *** Jack *** +dnl *** libcolorspace *** translit(dnm, m, l) AM_CONDITIONAL(USE_LCS, true) GST_CHECK_FEATURE(LCS, Lcs, lcs, [ PKG_CHECK_MODULES(LCS, lcs, HAVE_LCS="yes", HAVE_LCS="no")