Commit graph

115 commits

Author SHA1 Message Date
Sebastian Dröge cfca152b15 Back to development 2016-11-01 18:53:15 +02:00
Sebastian Dröge 3af697e777 Release 1.10.0 2016-11-01 18:06:46 +02:00
Sebastian Dröge 11f5797cce Release 1.9.90 2016-09-30 13:04:12 +03:00
Sebastian Dröge 0121cbc500 configure: Depend on gstreamer 1.9.2.1 2016-09-14 11:31:15 +02:00
Sebastian Dröge 2ec0e567a9 Back to development 2016-09-01 12:33:00 +03:00
Sebastian Dröge c55ffc3879 Release 1.9.2 2016-09-01 12:32:51 +03:00
Josep Torra e9cab27226 build: silence error about pthread for 'make check' in osx
Fixes "clang: error: argument unused during compilation: '-pthread'"
2016-08-26 21:56:13 +02:00
Sebastian Dröge 3ceb89f41e Back to development 2016-07-06 13:51:15 +03:00
Sebastian Dröge 7d4dc80553 Release 1.9.1 2016-07-06 13:28:12 +03:00
Nirbheek Chauhan fc4f171f0f configure: Need to add -DGST_STATIC_COMPILATION when building only statically
https://bugzilla.gnome.org/show_bug.cgi?id=767463
2016-06-24 01:14:50 +01:00
Sebastian Dröge 37a1ed5d16 Back to development 2016-03-24 13:33:43 +02:00
Sebastian Dröge 9e29992026 Release 1.8.0 2016-03-24 13:00:35 +02:00
Sebastian Dröge ad7fcf7a2f Release 1.7.91 2016-03-15 12:26:13 +02:00
Sebastian Dröge ca1d987a9d Release 1.7.90 2016-03-01 19:00:45 +02:00
Sebastian Dröge 457c00dc0a Back to development 2016-02-19 12:38:42 +02:00
Sebastian Dröge 60a2fa94b6 Release 1.7.2 2016-02-19 12:03:18 +02:00
Sebastian Dröge 2af81aa56d configure: Move plugin specific flags below all the others
They use some of the other flags, like $GST_ALL_LDFLAGS which is adding
-no-undefined. And -no-undefined is required on Windows to build DLLs.
2016-01-28 22:05:56 +01:00
Jan Schmidt f54dd50203 rtspsink: Add rtspclientsink element
Add an rtspclientsink element that accepts streams for which
there is a registered payloader and sends them to
an RTSP server using RECORD.

Sending is synchronised to the pipeline clock. Payload-types
are automatically selected. The 'new-payloader' signal is fired
for custom configuration of payloaders when they are created.

Can now stream a movie like this:

receiver:
  ./test-record "( decodebin name=depay0 ! videoconvert ! autovideosink \
       decodebin name=depay1 ! audioconvert ! autoaudiosink )"
sender:
  gst-launch-1.0 filesrc location=file-with-aac-and-h264.mp4 ! qtdemux name=d ! \
       queue ! aacparse ! rtspclientsink location=rtsp://127.0.0.1:8554/test name=s \

https://bugzilla.gnome.org/show_bug.cgi?id=758180
2016-01-29 01:44:26 +11:00
Sebastian Dröge 5dd1166259 Back to development 2015-12-24 15:29:33 +01:00
Sebastian Dröge 7374976722 Release 1.7.1 2015-12-24 14:54:06 +01:00
Koop Mast c934fdaf3b configure: Make -Bsymbolic check work with clang.
Update the -Bsymbolic check with the version glib has. This version
works with clang.

https://bugzilla.gnome.org/show_bug.cgi?id=759713
2015-12-21 12:25:23 +01:00
Sebastian Dröge afd9104c70 Use new GST_ENABLE_EXTRA_CHECKS #define
https://bugzilla.gnome.org/show_bug.cgi?id=756870
2015-10-21 14:36:49 +03:00
Sebastian Dröge deedb11ab2 Update GLib dependency to 2.40.0 2015-10-02 22:25:47 +03:00
Sebastian Dröge 9c513cc536 Back to development 2015-09-25 23:51:17 +02:00
Sebastian Dröge 8a8bb37f8d Release 1.6.0 2015-09-25 23:32:52 +02:00
Sebastian Dröge e4edaebe8e Release 1.5.91 2015-09-18 20:12:06 +02:00
Sebastian Dröge 43bac0c2d9 Release 1.5.90 2015-08-19 14:15:23 +03:00
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