diff --git a/0001-Move-farsight-plugins-from-bad-to-good.patch b/0001-Move-farsight-plugins-from-bad-to-good.patch index 9a761af..1ee4ced 100644 --- a/0001-Move-farsight-plugins-from-bad-to-good.patch +++ b/0001-Move-farsight-plugins-from-bad-to-good.patch @@ -1,4 +1,4 @@ -From a584d0c66194fa1af7bd8a71d0d56f318942d890 Mon Sep 17 00:00:00 2001 +From 3f4951b983a9dfbec87ad57f69ade6829abbbab3 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Mon, 22 Jun 2009 16:09:04 +0100 Subject: [PATCH] Move farsight plugins from -bad to -good @@ -9,7 +9,7 @@ Subject: [PATCH] Move farsight plugins from -bad to -good farsight/Makefile.am | 1 + farsight/autoconvert/Makefile.am | 9 + farsight/autoconvert/gstautoconvert.c | 1434 ++++++++++++++++++++++++++++++ - farsight/autoconvert/gstautoconvert.h | 63 ++ + farsight/autoconvert/gstautoconvert.h | 65 ++ farsight/dtmf/Makefile.am | 17 + farsight/dtmf/gstdtmf.c | 30 + farsight/dtmf/gstdtmfsrc.c | 935 ++++++++++++++++++++ @@ -31,7 +31,7 @@ Subject: [PATCH] Move farsight plugins from -bad to -good farsight/valve/Makefile.am | 9 + farsight/valve/gstvalve.c | 311 +++++++ farsight/valve/gstvalve.h | 82 ++ - 27 files changed, 7679 insertions(+), 0 deletions(-) + 27 files changed, 7681 insertions(+), 0 deletions(-) create mode 100644 farsight/Makefile.am create mode 100644 farsight/autoconvert/Makefile.am create mode 100644 farsight/autoconvert/gstautoconvert.c @@ -1551,10 +1551,10 @@ index 0000000..55f4719 + GST_PACKAGE_ORIGIN) diff --git a/farsight/autoconvert/gstautoconvert.h b/farsight/autoconvert/gstautoconvert.h new file mode 100644 -index 0000000..4a3c8df +index 0000000..af463f4 --- /dev/null +++ b/farsight/autoconvert/gstautoconvert.h -@@ -0,0 +1,63 @@ +@@ -0,0 +1,65 @@ +/* GStreamer + * + * Copyright 2007 Collabora Ltd @@ -1609,6 +1609,8 @@ index 0000000..4a3c8df + GstElement *current_subelement; + GstPad *current_internal_srcpad; + GstPad *current_internal_sinkpad; ++ ++ GList *cached_events; +}; + +struct _GstAutoConvertClass