rpms/gstreamer-plugins-good/devel 0001-Move-farsight-plugins-from-bad-to-good.patch, 1.2, 1.3

Bastien Nocera hadess at fedoraproject.org
Thu Oct 22 15:21:13 UTC 2009


Author: hadess

Update of /cvs/pkgs/rpms/gstreamer-plugins-good/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4925

Modified Files:
	0001-Move-farsight-plugins-from-bad-to-good.patch 
Log Message:
Forgot .h files

0001-Move-farsight-plugins-from-bad-to-good.patch:
 Makefile.am                           |    1 
 configure.ac                          |    6 
 farsight/Makefile.am                  |    1 
 farsight/autoconvert/Makefile.am      |    9 
 farsight/autoconvert/gstautoconvert.c | 1434 +++++++++++++++++++++++++++++++
 farsight/autoconvert/gstautoconvert.h |   65 +
 farsight/dtmf/Makefile.am             |   17 
 farsight/dtmf/gstdtmf.c               |   30 
 farsight/dtmf/gstdtmfsrc.c            |  935 ++++++++++++++++++++
 farsight/dtmf/gstdtmfsrc.h            |   98 ++
 farsight/dtmf/gstrtpdtmfcommon.h      |   23 
 farsight/dtmf/gstrtpdtmfdepay.c       |  555 ++++++++++++
 farsight/dtmf/gstrtpdtmfdepay.h       |   66 +
 farsight/dtmf/gstrtpdtmfsrc.c         | 1099 ++++++++++++++++++++++++
 farsight/dtmf/gstrtpdtmfsrc.h         |  112 ++
 farsight/liveadder/Makefile.am        |    9 
 farsight/liveadder/liveadder.c        | 1548 ++++++++++++++++++++++++++++++++++
 farsight/liveadder/liveadder.h        |  108 ++
 farsight/rtpmux/Makefile.am           |   11 
 farsight/rtpmux/gstrtpdtmfmux.c       |  326 +++++++
 farsight/rtpmux/gstrtpdtmfmux.h       |   68 +
 farsight/rtpmux/gstrtpmux.c           |  632 +++++++++++++
 farsight/rtpmux/gstrtpmux.h           |   78 +
 farsight/rtpmux/gstrtpmuxer.c         |   48 +
 farsight/valve/Makefile.am            |    9 
 farsight/valve/gstvalve.c             |  311 ++++++
 farsight/valve/gstvalve.h             |   83 +
 27 files changed, 7681 insertions(+), 1 deletion(-)

Index: 0001-Move-farsight-plugins-from-bad-to-good.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gstreamer-plugins-good/devel/0001-Move-farsight-plugins-from-bad-to-good.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- 0001-Move-farsight-plugins-from-bad-to-good.patch	22 Oct 2009 15:02:43 -0000	1.2
+++ 0001-Move-farsight-plugins-from-bad-to-good.patch	22 Oct 2009 15:21:10 -0000	1.3
@@ -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 <hadess at hadess.net>
 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 f
  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 f
  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




More information about the fedora-extras-commits mailing list