Merge branch 'master' into 0.11
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 8 Sep 2011 12:42:00 +0000 (14:42 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 8 Sep 2011 12:42:00 +0000 (14:42 +0200)
Conflicts:
docs/libs/Makefile.am
tests/check/elements/decodebin2.c

1  2 
docs/libs/Makefile.am
docs/plugins/Makefile.am
ext/theora/gsttheoraenc.c
gst-plugins-base.spec.in
gst/audiotestsrc/gstaudiotestsrc.h
gst/playback/gstdecodebin2.c
gst/playback/gstplaysink.c
tests/check/elements/audiorate.c

index 4014d8b9b793af87de26792ceb5f17cbc949fe7b,81955a12460af0228844e0479928fcd8abcdc1ce..83e8039360b97b9146e6b52a67ccf8d9886a865c
@@@ -98,8 -55,20 +55,20 @@@ extra_files 
  
  # CFLAGS and LDFLAGS for compiling scan program. Only needed if your app/lib
  # contains GtkObjects/GObjects and you want to document signals and properties.
 -GTKDOC_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS)
 +GTKDOC_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) -DGST_USE_UNSTABLE_API
- GTKDOC_LIBS = $(SCANOBJ_DEPS) $(GST_BASE_LIBS)
+ GTKDOC_LIBS = \
+       $(top_builddir)/gst-libs/gst/interfaces/libgstinterfaces-@GST_MAJORMINOR@.la \
+       $(top_builddir)/gst-libs/gst/audio/libgstaudio-@GST_MAJORMINOR@.la \
+       $(top_builddir)/gst-libs/gst/cdda/libgstcdda-@GST_MAJORMINOR@.la \
+       $(top_builddir)/gst-libs/gst/fft/libgstfft-@GST_MAJORMINOR@.la \
+       $(top_builddir)/gst-libs/gst/rtp/libgstrtp-@GST_MAJORMINOR@.la \
+       $(top_builddir)/gst-libs/gst/rtsp/libgstrtsp-@GST_MAJORMINOR@.la \
+       $(top_builddir)/gst-libs/gst/sdp/libgstsdp-@GST_MAJORMINOR@.la \
+       $(top_builddir)/gst-libs/gst/tag/libgsttag-@GST_MAJORMINOR@.la \
+       $(top_builddir)/gst-libs/gst/video/libgstvideo-@GST_MAJORMINOR@.la \
+       $(top_builddir)/gst-libs/gst/app/libgstapp-@GST_MAJORMINOR@.la \
+       $(top_builddir)/gst-libs/gst/pbutils/libgstpbutils-@GST_MAJORMINOR@.la \
+   $(GST_BASE_LIBS)
  
  GTKDOC_CC=$(LIBTOOL) --tag=CC --mode=compile $(CC)
  GTKDOC_LD=$(LIBTOOL) --tag=CC --mode=link $(CC)
index f304621a16cffe3fae9091f6b8f88151d28c6024,ff418ec0b9ef92721e160fa360e275bb3784125b..60111f334b07a70a82e76741707ecbcb2286e8dd
@@@ -54,17 -34,11 +34,11 @@@ FIXXREF_OPTIONS=--extra-dir=$(top_build
        --extra-dir=$(datadir)/gtk-doc/html
  
  # Used for dependencies.
- HFILE_GLOB=$(DOC_SOURCE_DIR)/*/*/*.h
- CFILE_GLOB=$(DOC_SOURCE_DIR)/*/*/*.c
- # this is a wingo addition
- # thomasvs: another nice wingo addition would be an explanation on why
- # this is useful ;)
- SCANOBJ_DEPS =
+ HFILE_GLOB=$(top_srcdir)/gst/*/*.h $(top_srcdir)/ext/*/*.h $(top_srcdir)/sys/*/*.h
+ CFILE_GLOB=$(top_srcdir)/gst/*/*.c $(top_srcdir)/ext/*/*.c $(top_srcdir)/sys/*/*.c
  
  # Header files to ignore when scanning.
 -IGNORE_HFILES = avcodec.h gstffmpegcodecmap.h dsputil.h arch.h speex_resampler.h speex_resampler_wrapper.h fixed_arm4.h fixed_arm5e.h fixed_bfin.h fixed_debug.h fixed_generic.h resample_sse.h
 +IGNORE_HFILES = avcodec.h dsputil.h arch.h speex_resampler.h speex_resampler_wrapper.h fixed_arm4.h fixed_arm5e.h fixed_bfin.h fixed_debug.h fixed_generic.h resample_sse.h
  IGNORE_CFILES = utils.c mem.c imgconvert.c
  
  # we add all .h files of elements that have signals/args we want
Simple merge
index 9a9d4212fcb32202bf01adc6942959a805a782ea,fca3482dc9c985daca499f6206b087429de87962..9a0f9d70f04490ef97c7621d8d0bfc1af111ee59
@@@ -280,16 -286,9 +283,17 @@@ GStreamer Plugins Base library developm
  # gtk-doc documentation
  %doc %{_datadir}/gtk-doc/html/gst-plugins-base-libs-%{majorminor}
  %doc %{_datadir}/gtk-doc/html/gst-plugins-base-plugins-%{majorminor}
+ %doc %{_datadir}/gst-plugins-base/license-translations.dict
  
  %changelog
 +* Sun Aug 07 2011 Thomas Vander Stichele <thomas at apestaart dot org>
 +- rename to gstreamer011
 +- require 0.11 gstreamer
 +- properly use majorminor macro
 +- libgstplayback.so now contains playbin/decodebin elements.
 +- gstappbuffer is gone
 +- added metavideo and videopool headers
 +
  * Fri Dec 15 2006 Thomas Vander Stichele <thomas at apestaart dot org>
  - add doap file
  - cleanups
Simple merge
Simple merge
Simple merge
Simple merge