From cef8e5fe609ea6af4beae2f84d7d3fcd62d0a62f Mon Sep 17 00:00:00 2001 From: Zaheer Abbas Merali Date: Mon, 3 Dec 2007 18:28:32 +0000 Subject: gst/mpegtsparse/: Remove signals for pat, pmt, nit, eit, sdt. Replace with bus messages. Original commit message from CVS: * gst/mpegtsparse/Makefile.am: * gst/mpegtsparse/mpegtspacketizer.c: * gst/mpegtsparse/mpegtsparse.c: Remove signals for pat, pmt, nit, eit, sdt. Replace with bus messages. * sys/dvb/dvbbasebin.c: Instead of attaching to signals, use the bus messages. Also fix up so the dvbsrc starts only outputting the info tables like PAT, CAT, NIT, SDT, EIT instead of the whole ts. --- gst/mpegtsparse/Makefile.am | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'gst/mpegtsparse/Makefile.am') diff --git a/gst/mpegtsparse/Makefile.am b/gst/mpegtsparse/Makefile.am index 3324a32b..8da696e3 100644 --- a/gst/mpegtsparse/Makefile.am +++ b/gst/mpegtsparse/Makefile.am @@ -3,35 +3,16 @@ plugin_LTLIBRARIES = libgstmpegtsparse.la libgstmpegtsparse_la_SOURCES = \ mpegtsparse.c \ mpegtspacketizer.c\ - mpegtsparsemarshal.c \ flutspatinfo.c \ flutspmtinfo.c \ flutspmtstreaminfo.c -BUILT_SOURCES = \ - mpegtsparsemarshal.h \ - mpegtsparsemarshal.c -CLEANFILES = $(BUILT_SOURCES) - -EXTRA_libgstmpegtsparse_la_SOURCES = \ - mpegtsparsemarshal.list - -mpegtsparsemarshal.h: mpegtsparsemarshal.list - glib-genmarshal --header --prefix=mpegts_parse_marshal $(srcdir)/mpegtsparsemarshal.list > mpegtsparsemarshal.h.tmp - mv mpegtsparsemarshal.h.tmp mpegtsparsemarshal.h - -mpegtsparsemarshal.c: mpegtsparsemarshal.list mpegtsparsemarshal.h - echo "#include \"mpegtsparsemarshal.h\"" >> mpegtsparsemarshal.c.tmp - glib-genmarshal --body --prefix=mpegts_parse_marshal $(srcdir)/mpegtsparsemarshal.list >> mpegtsparsemarshal.c.tmp - mv mpegtsparsemarshal.c.tmp mpegtsparsemarshal.c - libgstmpegtsparse_la_CFLAGS = $(GST_CFLAGS) libgstmpegtsparse_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) libgstmpegtsparse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) noinst_HEADERS = \ mpegtsparse.h \ - mpegtsparsemarshal.h \ mpegtspacketizer.h \ flutspatinfo.h \ flutspmtinfo.h \ -- cgit v1.2.1