Commit graph

1111 commits

Author SHA1 Message Date
Sebastian Dröge 5b1f16f98e Back to development 2013-07-29 14:47:49 +02:00
Sebastian Dröge 8fbe6e3412 Release 1.1.3 2013-07-29 13:42:18 +02:00
Sebastian Dröge 14d2ff4d97 Back to development 2013-07-11 16:57:15 +02:00
Sebastian Dröge a77eed05c7 Release 1.1.2 2013-07-11 15:58:51 +02:00
Sebastian Dröge f67af2936f vpx: Add initial, experimental VP9 support 2013-06-21 18:22:12 +02:00
Brendan Long 5cd9776aa8 pulsesink: Require PulseAudio >= 2.0
This is needed for pa_format_info_get_prop_* functions.

https://bugzilla.gnome.org/show_bug.cgi?id=686459
2013-06-13 14:36:38 +05:30
Arun Raghavan 7486e2fc53 Revert "pulsesink: Make 2.0 dependency optional"
This reverts commit 01457027e0.

We'll just depend on PulseAudio 2.0 or above instead of having the bug
partially fixed based on the installed libpulse version.
2013-06-13 14:23:08 +05:30
Arun Raghavan 01457027e0 pulsesink: Make 2.0 dependency optional
The getcaps function we added uses some pa_format_info_get_prop...
accessor functions that were only added in 2.0, so we only have our
getcaps implementation exist if we're compiling against libpulse 2.0 or
above.

Eventually, we could bump the minimum requirement to 2.0 or above.

https://bugzilla.gnome.org/show_bug.cgi?id=686459
2013-06-13 12:44:32 +05:30
Sebastian Dröge 1d6d0ef609 Back to development 2013-06-05 18:36:40 +02:00
Sebastian Dröge 048866f1b1 Release 1.1.1 2013-06-05 18:31:40 +02:00
Sebastian Dröge 12601adbf0 osxaudio: Fix configure check for osxaudio plugin 2013-04-17 10:10:46 +02:00
Philippe Normand ab64837bf2 osxaudio: build fixes
Enable the osxaudio plugin build in configure.ac and fix some
include directive order issues.
2013-04-17 09:52:13 +02:00
Sebastian Dröge b0b0557c48 gst: Add better support for static plugins 2013-04-15 15:54:11 +02:00
Tim-Philipp Müller 76c56beb5a Require Orc >= 0.4.17
Orc 0.4.17 fixes a bunch crashes on i386 and RPi when orc
functions can't be compiled and the fallback function is
supposed to be used. Also fixes some issues on PowerPC.

https://bugzilla.gnome.org/show_bug.cgi?id=684399
https://bugzilla.gnome.org/show_bug.cgi?id=693862
2013-03-22 10:50:34 +00:00
Tim-Philipp Müller 694dbcc5a0 dtmf: move dtmf plugin from -bad to -good
https://bugzilla.gnome.org/show_bug.cgi?id=687416
2013-03-09 01:18:30 +00:00
Andoni Morales Alastruey c853d8dac0 osxaudio: add support for iOS using the RemoteIO AudioUnit 2013-03-08 12:13:56 +01:00
Benjamin Gaignard e29ab42922 v4l2: Add support of dmabuf
v4l has add a new IOCTL to export a buffer by using dmabuf.
This patch allow to use this new IOTCL if it has been defined in videodev2.h
I introduce a new IO mode (GST_V4L2_IO_DMABUF) to enable this way of working.

https://bugzilla.gnome.org/show_bug.cgi?id=693826
2013-02-19 12:57:07 +01:00
Tim-Philipp Müller a3e1db1292 soup: use default proxy resolver instead of deprecated GNOME proxy resolver
Apparently there's no reason to use it any longer. Drop libsoup-gnome
dependency while at it, now that we don't need anything from it any
more (it only consists entirely of deprecated API now anyways).

https://bugzilla.gnome.org/show_bug.cgi?id=693911
2013-02-16 15:48:06 +00:00
Tim-Philipp Müller 08702be68f cairo: port cairooverlay to 0.11
The other elements are not that interesting now that we're
using pangocairo in the pango plugin, and should probably
just be removed.
2013-01-01 11:52:09 +00:00
Koop Mast 0bcf8ecd93 v4l2: Teach where the videodev2.h header lives on freebsd.
https://bugzilla.gnome.org/show_bug.cgi?id=690233
2012-12-17 11:17:01 +01:00
Tim-Philipp Müller 527c218533 v4l2src: link against -lrt for clock_gettime()
Need to explicitly link against -lrt for clock_gettime(), which
we don't get in the libs any more, because core moved the
gmodule-no-export-2.0 bit into Requires.Private.

Not required for newer glibc, but for older ones, so check for that.
2012-11-30 23:18:12 +00:00
Tim-Philipp Müller 6709a92c70 configure.ac: update courtesy of autoupdate 2012-11-07 20:35:50 +00:00
Tim-Philipp Müller b2256e9f25 configure: let AG_GST_PLUGIN_DOCS check for python
And update common for move from AS_PATH_PYTHON to AM_PATH_PYTHON,
which as a side-effect should pick up newer python versions as
well.

https://bugzilla.gnome.org/show_bug.cgi?id=563903
2012-11-07 18:49:10 +00:00
Tim-Philipp Müller 4c6ca8c0fc Back to feature development 2012-10-25 12:33:24 +01:00
Tim-Philipp Müller 8c00acd260 Release 1.0.2 2012-10-25 01:01:09 +01:00
Wim Taymans 3c09306358 configure: remove median from build 2012-10-16 13:49:11 +02:00
Wim Taymans b893197317 media: port to 1.0 2012-10-16 13:16:29 +02:00
Tim-Philipp Müller 973e7924d9 Back to development (bug fixing) 2012-10-07 16:56:38 +01:00
Tim-Philipp Müller c776b11ac9 Release 1.0.1 2012-10-07 15:31:12 +01:00
Tim-Philipp Müller 6277ee69e0 Back to development (bug fixing) 2012-09-24 16:46:18 +01:00
Tim-Philipp Müller 183b4d2686 Release 1.0.0 2012-09-24 14:06:42 +01:00
Tim-Philipp Müller d939d79a1f Release 0.11.99 2012-09-17 17:57:58 +01:00
Sebastian Dröge d4eaa932e5 vpx: Integrate into the build system 2012-09-16 15:43:39 +02:00
Tim-Philipp Müller 58ce9de7a5 Back to development 2012-09-14 02:57:44 +01:00
Tim-Philipp Müller a9f020a0e2 Release 0.11.94 2012-09-14 02:48:43 +01:00
Stefan Sauer e8c3b5c581 configure: bump gtk-doc req to 1.12 (mar-2009)
This allows us to e.g. unconditionally use gtkdoc-rebase.
2012-08-22 13:18:00 +02:00
Tim-Philipp Müller 582bfea738 gdkpixbuf: re-enable already-ported gdkpixbuf element as gdkpixbufdec
Not sure why it as disabled exactly given that it had already
been ported (though without metas or baseclass).

Move plugin_init bits into separate source file, and rename
decoder element to gdkpixbufdec.
2012-08-22 10:14:39 +01:00
Sebastian Dröge 90740c3fee configure: And fix the GTK check to use the correct pkg-config package name 2012-08-09 10:31:39 +02:00
Sebastian Dröge 1a92f7b812 configure: Fix GTK required version variable name 2012-08-09 10:26:38 +02:00
Tim-Philipp Müller 6ca8ceb130 Back to development 2012-08-08 16:25:58 +01:00
Tim-Philipp Müller 36786587d4 Release 0.11.93 2012-08-08 15:22:04 +01:00
Wim Taymans 7fdd607561 deinterlace: get frame flags correctly
Also move the deinterlace plugin to ported status
2012-07-23 15:50:18 +02:00
Alban Browaeys 0c24e92308 soup: deprecated soup_message_headers _get -> _get_one
https://bugzilla.gnome.org/show_bug.cgi?id=680206
2012-07-18 22:48:08 +01:00
Tim-Philipp Müller 9822ebb0b0 configure: require Gtk+ 3.0 for tests/examples 2012-07-03 09:27:37 +01:00
Sebastian Dröge e44df74eda Back to development 2012-06-07 16:12:34 +02:00
Sebastian Dröge faef22ca99 Release 0.11.92 2012-06-07 16:12:22 +02:00
Thiago Santos 44d010277c osxvideo: straightforward port to 0.11 2012-06-05 17:53:58 -03:00
Sebastian Dröge 20cd49d8e2 configure: Fix GST_OBJCFLAGS 2012-05-30 13:24:03 +02:00
Sebastian Dröge 6bd61f861c configure: Add OBJC specific compiler flags
See bug #643939.
2012-05-30 11:28:33 +02:00
Sebastian Rasmussen 6d2920ecff configure: suppress some warnings when debug is disabled
Warnings about unused variables should be suppressed if core has the
debug system disabled.

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=676671
2012-05-24 10:39:32 +02:00