Commit graph

1205 commits

Author SHA1 Message Date
Nicolas Dufresne b68d936ae0 Remove plugin specific static build option
Static and dynamic plugins now have the same interface. The standard
--enable-static/--enable-shared toggle are sufficient.
2017-05-16 14:41:19 -04:00
Sebastian Dröge 3f07947ca9 Back to development 2017-05-04 18:59:14 +03:00
Sebastian Dröge 27f40eca4d Release 1.12.0 2017-05-04 15:38:34 +03:00
Sebastian Dröge 4ae022e6c4 Release 1.11.91 2017-04-27 17:29:58 +03:00
Sebastian Dröge e4da670a1a Release 1.11.90 2017-04-07 16:31:56 +03:00
Olivier Crête d9cd0e2e44 pulse example: Remove
That example only tested the property probe interface, which has been removed.
The same kind of thing can now be done with the generic gst-device-monitor tool.
2017-03-14 16:42:25 -04:00
Sebastian Dröge 2c25627f1d Back to development 2017-02-24 15:37:36 +02:00
Sebastian Dröge 994b1ac351 Release 1.11.2 2017-02-24 15:07:23 +02:00
Sebastian Dröge 1cad7108b7 Back to development 2017-01-12 16:32:45 +02:00
Sebastian Dröge 3a6900df45 Release 1.11.1 2017-01-12 15:31:02 +02:00
Tim-Philipp Müller 7446996b2a Remove generated .spec file
Likely extremely bitrotten, and we should not ship this anyway.
2016-12-14 09:57:37 +00:00
Tim-Philipp Müller 5137650782 win32: remove copies of generated headers 2016-11-20 16:15:07 +00:00
Sebastian Dröge 23f4cd0c4e Back to development 2016-11-01 18:53:15 +02:00
Sebastian Dröge 990eeb22ba Release 1.10.0 2016-11-01 17:57:44 +02:00
Sebastian Dröge 400f333c08 Release 1.9.90 2016-09-30 13:02:19 +03:00
Sebastian Dröge c7c257b0e2 configure: Depend on gstreamer 1.9.2.1 2016-09-14 11:30:41 +02:00
Sebastian Dröge c5300b7bc3 Back to development 2016-09-01 12:27:35 +03:00
Sebastian Dröge 62619928d1 Release 1.9.2 2016-09-01 12:27:15 +03:00
Josep Torra 77585fdade build: silence error about pthread for 'make check' in osx
Fixes "clang: error: argument unused during compilation: '-pthread'"
2016-08-26 21:11:59 +02:00
Ting-Wei Lan 74177f9b6f configure: Call AG_GST_PKG_CONFIG_PATH to set GST_PKG_CONFIG_PATH
GST_PKG_CONFIG_PATH is used in docs/plugins directory, so
AG_GST_PKG_CONFIG_PATH must be called to set it.

https://bugzilla.gnome.org/show_bug.cgi?id=768787
2016-07-14 00:34:30 +01:00
Nicolas Dufresne f02b05aa42 Also enable V4L2 probe on aarch64 (aka ARM 64bit) 2016-07-11 12:05:06 -04:00
Nicolas Dufresne 6ca6a4111c Enable v4l2 probe on Linux/ARM
Most of those have V4L2 drivers these days enabling it make sure that it
this code is enabled in major distribution, hence that HW accelerated
decoder/encoder can be used on platforms that support it. The probes are
slightly increasing the first init of gstreamer library, though the
result is cached in the registry for later use.
2016-07-11 10:55:05 -04:00
Sebastian Dröge c00dc6f537 Back to development 2016-07-06 13:51:03 +03:00
Sebastian Dröge a3fba2bb91 Release 1.9.1 2016-07-06 13:06:44 +03:00
Sebastian Dröge e47ae99363 Back to development 2016-03-24 13:33:02 +02:00
Sebastian Dröge 7b809209f7 Release 1.8.0 2016-03-24 12:27:33 +02:00
Sebastian Dröge c4ef8d2cad Release 1.7.91 2016-03-15 12:04:39 +02:00
Sebastian Dröge b3b47e2d99 Release 1.7.90 2016-03-01 18:15:43 +02:00
Sebastian Dröge 27816bb200 Back to development 2016-02-19 12:38:28 +02:00
Sebastian Dröge 1b6fdce67c Release 1.7.2 2016-02-19 11:49:55 +02:00
Sebastian Dröge 75f21c8698 Back to development 2015-12-24 15:28:06 +01:00
Sebastian Dröge e016a70a7c Release 1.7.1 2015-12-24 14:16:21 +01:00
Sebastian Dröge 2da5c85068 configure: Use -Bsymbolic-functions if available
While this is more useful for libraries, some of our plugins with multiple
files and some internal API can also benefit from this.
2015-12-21 12:31:19 +01:00
Xavier Claessens 10044b1d0f souphttpsrc: Add GTlsInteraction property
https://bugzilla.gnome.org/show_bug.cgi?id=750709
2015-12-14 14:56:02 -05:00
Nicolas Dufresne 189c291805 vpxdec: Use GstMemory to avoid copies
With the VPX decoders it's not simple to use downstream buffer pool,
because we don't know the image size and alignment when buffers get
allocated. We can though use GstAllocator (for downstream, or the system
allocator) to avoid a copy before pushing if downstream supports
GstVideoMeta. This would still cause a copy for sink that requires
specialized memory and does not have a GstAllocator for that, though
it will greatly improve performance for sink like glimagesink and
cluttersink. To avoid allocating for every buffer, we also use a
internal buffer pool.

https://bugzilla.gnome.org/show_bug.cgi?id=745372
2015-12-04 17:29:15 -05:00
Nicolas Dufresne 3cdc700e3e v4l2: Track /dev/video* to triggered required probe
If something in /dev/video* get added, removed or replaced, we need to
probe the devices again in order to ensure the dynamic devices are up to
date.

https://bugzilla.gnome.org/show_bug.cgi?id=758085
2015-11-25 14:31:29 -05:00
Sebastian Dröge b8b25e8104 Use new GST_ENABLE_EXTRA_CHECKS #define
https://bugzilla.gnome.org/show_bug.cgi?id=756870
2015-10-21 14:34:58 +03:00
Sebastian Dröge 26588fbdb3 Update GLib dependency to 2.40.0 2015-10-02 22:21:45 +03:00
Sebastian Dröge 4dade84258 Back to development 2015-09-25 23:51:09 +02:00
Sebastian Dröge b1238ce0e4 Release 1.6.0 2015-09-25 23:15:55 +02:00
Sebastian Dröge acf6c7f83b Release 1.5.91 2015-09-18 19:33:13 +02:00
Sebastian Dröge ec0926144f Release 1.5.90 2015-08-19 13:29:53 +03:00
Dustin Spicuzza 5c680333ba directsoundsink: allow specifying audio playback device
https://bugzilla.gnome.org/show_bug.cgi?id=753670
2015-08-17 13:57:56 +02:00
Sebastian Dröge 35bf449404 Back to development 2015-06-25 00:04:16 +02:00
Sebastian Dröge f12899878f Release 1.5.2 2015-06-24 23:30:41 +02:00
Sebastian Dröge 6c48ce3a28 Back to development 2015-06-07 16:44:37 +02:00
Sebastian Dröge a7faa3e0a2 Release 1.5.1 2015-06-07 10:46:34 +02:00
Tim-Philipp Müller 0ea931945a configure: bump automake requirement to 1.14 and autoconf to 2.69
This is only required for builds from git, people can still
build tarballs if they only have older autotools.

https://bugzilla.gnome.org//show_bug.cgi?id=747624
2015-04-23 16:11:32 +01:00
Brad Smith 133bad7fee v4l2: Add support for detecting the presence of V4L2 support on OpenBSD
https://bugzilla.gnome.org/review?bug=742503
2015-01-08 09:03:30 -05:00
Tim-Philipp Müller c53747bdf5 speex: remove support for ancient speex versions 2014-11-22 21:28:35 +00:00