Sebastian Dröge
|
dc9f11c27f
|
Back to development
|
2015-06-25 00:04:28 +02:00 |
|
Sebastian Dröge
|
d8fff9627d
|
Release 1.5.2
|
2015-06-24 23:44:37 +02:00 |
|
Sebastian Dröge
|
9c75932b16
|
Back to development
|
2015-06-07 16:44:55 +02:00 |
|
Sebastian Dröge
|
e86bbbb66c
|
Release 1.5.1
|
2015-06-07 11:20:01 +02:00 |
|
Tim-Philipp Müller
|
226fbbc8f8
|
Revert "configure.ac: uncomment gettext version setup"
This reverts commit 1545d8fef7 .
We don't need a gettext setup here and there's no po
directory either, so no reason why autopoint would be
run in the first place.
See https://bugzilla.gnome.org/show_bug.cgi?id=748058
|
2015-04-26 14:59:09 +01:00 |
|
Tim-Philipp Müller
|
bdbc6f24ce
|
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 17:22:59 +01:00 |
|
Vincent Penquerc'h
|
1545d8fef7
|
configure.ac: uncomment gettext version setup
Fixes autogen.sh. It would run autopoint, which would complain
that it could not find the gettext version in configure.ac.
https://bugzilla.gnome.org/show_bug.cgi?id=748058
|
2015-04-20 08:49:57 +01:00 |
|
Sebastian Rasmussen
|
b6e4587afd
|
configure: add --disable-examples switch
https://bugzilla.gnome.org/show_bug.cgi?id=741678
|
2014-12-18 09:36:51 +00:00 |
|
Sebastian Dröge
|
e58eeb408d
|
Back to development
|
2014-07-19 18:04:52 +02:00 |
|
Sebastian Dröge
|
67644cb625
|
Release 1.4.0
|
2014-07-19 17:56:31 +02:00 |
|
Sebastian Dröge
|
5932dc3336
|
Release 1.3.91
|
2014-07-11 12:19:08 +02:00 |
|
Sebastian Dröge
|
b6f4dd4c28
|
Release 1.3.90
|
2014-06-28 11:48:29 +02:00 |
|
Sebastian Dröge
|
bf9a3efb59
|
Back to development
|
2014-06-22 19:37:31 +02:00 |
|
Sebastian Dröge
|
456e05f497
|
Release 1.3.3
|
2014-06-22 19:37:11 +02:00 |
|
Sebastian Dröge
|
35a6c8cbcc
|
Back to development
|
2014-05-21 13:23:40 +02:00 |
|
Sebastian Dröge
|
acbdc49c35
|
Release 1.3.2
|
2014-05-21 13:06:36 +02:00 |
|
Sebastian Dröge
|
4e29b60048
|
Back to development
|
2014-05-03 20:48:43 +02:00 |
|
Sebastian Dröge
|
525339790c
|
Release 1.3.1
|
2014-05-03 18:40:24 +02:00 |
|
Wim Taymans
|
3d6175c745
|
stream: add SRTP support
Install srtp encoder and decoder elements in rtpbin
Add MIKEY in SDP
|
2014-03-25 10:31:21 +01:00 |
|
Tim-Philipp Müller
|
ea63932bd2
|
configure: make sure releases are in .doap file
|
2014-02-25 14:42:09 +00:00 |
|
Sebastian Dröge
|
1ab8b9d486
|
configure: Synchronise with the configure scripts of the other modules
|
2014-02-09 10:41:14 +01:00 |
|
Sebastian Dröge
|
745424e05c
|
configure: Update version to 1.3.0.1 and require GStreamer 1.3.0
|
2014-02-09 10:26:45 +01:00 |
|
Sebastian Dröge
|
43ec4e7c78
|
configure.ac: Only check for gstreamer-check, not check
We include check in gstreamer-check since quite some time now.
|
2013-12-27 13:11:45 +01:00 |
|
Tim-Philipp Müller
|
2b8a972dae
|
configure: rename package from gst-rtsp to gst-rtsp-server
To match git module name and avoid confusion with the
rtsp lib in gst-plugins-base and rtsp plugin in -good.
|
2013-12-22 23:16:56 +00:00 |
|
Tim-Philipp Müller
|
45bb30d148
|
configure: bump core/base/good requirement to 1.2.0
Bump to released stable version and make implicit
requirements explicit.
|
2013-12-22 23:15:02 +00:00 |
|
Tim-Philipp Müller
|
de30acfd3d
|
Fix broken gettext setup which is not used anyway
|
2013-12-22 23:10:56 +00:00 |
|
Lubosz Sarnecki
|
3b0764d545
|
build: add subdir-objects to AM_INIT_AUTOMAKE
Fixes warnings with automake 1.14
https://bugzilla.gnome.org/show_bug.cgi?id=705350
|
2013-08-07 15:27:01 +01:00 |
|
Wim Taymans
|
2fdc6ef88a
|
configure: compile cgroup example conditionally
Only compile the cgroup example when we have libcgroup
|
2013-07-11 10:28:06 +02:00 |
|
Wim Taymans
|
5c6bb3052f
|
examples: add cgroups example
|
2013-07-10 20:57:12 +02:00 |
|
Tim-Philipp Müller
|
025ac34580
|
configure: remove out-of-date comment
|
2013-03-12 00:10:18 +00:00 |
|
Olivier Crête
|
4c61c6d308
|
rtsp-server: Limit the number of threads per server instance
If we exceed the maximum, just round robin the clients over the existing
threads.
|
2013-03-11 11:07:20 +01:00 |
|
George McCollister
|
084141fb60
|
configure: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
AM_CONFIG_HEADER was removed in automake 1.13
https://bugzilla.gnome.org/show_bug.cgi?id=693368
|
2013-02-07 23:25:26 +00:00 |
|
Wim Taymans
|
d6ac48fcfd
|
configure: bump required version of -base
|
2012-11-26 09:36:09 +01:00 |
|
Tim-Philipp Müller
|
9499be6232
|
No need to define GST_USE_UNSTABLE_API any more, 1.0 is stable now
|
2012-10-28 15:37:51 +00:00 |
|
Tim-Philipp Müller
|
09718e294d
|
bindings: remove vala bindings
They'll be reunited with the other GStreamer bindings
https://bugzilla.gnome.org/show_bug.cgi?id=680777
|
2012-10-28 15:09:04 +00:00 |
|
Tim-Philipp Müller
|
a8186f90e8
|
configure: bump version number after refactoring
|
2012-10-26 11:24:55 +01:00 |
|
David Svensson Fors
|
df54c553ae
|
rtsp: add unit test
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=678076
|
2012-06-19 15:25:36 +02:00 |
|
Sebastian Rasmussen
|
ef29cc6d78
|
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=676824
|
2012-06-09 19:11:16 +01:00 |
|
Sebastian Rasmussen
|
b59f235460
|
configure: Add warning flags for compiler when configuring
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=676824
|
2012-06-09 17:33:02 +01:00 |
|
Sebastian Dröge
|
7df1696713
|
configure: Modernize autotools setup a bit
Also we now only create tar.bz2 and tar.xz tarballs.
|
2012-04-13 14:02:15 +02:00 |
|
Sebastian Dröge
|
fb0718a036
|
rtsp-server: Update versioning
|
2012-04-04 14:48:44 +02:00 |
|
Wim Taymans
|
f5c6572bbc
|
configure: fix build
|
2012-03-07 15:03:24 +01:00 |
|
Tim-Philipp Müller
|
449bc0dffb
|
First rule of gst-rtsp-server club: don't talk about gst-phonon
|
2012-02-13 11:42:51 +00:00 |
|
Tim-Philipp Müller
|
3173fee92b
|
pkg-config: rename gst-rtsp-server-0.11.pc to gstreamer-rtsp-server-0.11.pc
For consistency with all other modules.
|
2012-02-13 11:40:44 +00:00 |
|
Tim-Philipp Müller
|
2ea47851c0
|
python: remove pygst-based python bindings
pygi is the future, apparently.
|
2012-02-13 10:37:37 +00:00 |
|
Wim Taymans
|
6854a3c00f
|
configure: use unstable api
|
2011-08-04 08:58:58 +02:00 |
|
Wim Taymans
|
6959ebd8e8
|
Merge branch 'master' into 0.11
Conflicts:
common
configure.ac
|
2011-04-26 19:07:13 +02:00 |
|
Tim-Philipp Müller
|
a67284c6c8
|
configure: require core/base 0.10.31
Needed at least for gst_plugin_feature_rank_compare_func().
|
2011-02-26 19:58:02 +00:00 |
|
Tim-Philipp Müller
|
68a828ee29
|
configure: set PYGOBJECT_REQ before using it
https://bugzilla.gnome.org/show_bug.cgi?id=640641
|
2011-01-26 15:52:54 +00:00 |
|
Wim Taymans
|
128ddf6318
|
back to development
|
2011-01-24 12:07:17 +01:00 |
|