Commit graph

18 commits

Author SHA1 Message Date
Tim-Philipp Müller 6b3bd23e40 Remove autotools build
Replaced by Meson.

Maybe we can now use the meson pkgconfig module
for .pc files? (Does it support uninstalled now?)
2019-10-13 13:52:37 +01:00
Thibault Saunier 5b039416db docs: Port to hotdoc 2019-05-13 11:38:39 -04:00
Tim-Philipp Müller 318525570f .gitignore: add another example binary 2018-07-10 23:56:23 +01:00
Tim-Philipp Müller 143063a68f Remove generated .spec file
Likely extremely bitrotten, and we should not ship this anyway.
2016-12-16 17:26:04 +00:00
Tim-Philipp Müller 9777e4dcd6 .gitignore more 2016-11-23 09:45:08 +00: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
Tim-Philipp Müller 150596e792 Update .gitignore 2014-05-02 19:58:50 +01:00
Sebastian Rasmussen 21144cb6e2 .gitignore: Ignore gcov intermediate files
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=725484
2014-03-03 12:22:30 +01:00
Tim-Philipp Müller e6b11af24a .gitignore: ignore temp files created in the course of 'make check' 2014-02-21 16:47:16 +00:00
Tim-Philipp Müller 2c08b5b529 Make git ignore more unit test binaries 2013-12-12 00:38:07 +00:00
Sebastian Dröge c96f1aaff7 gitignore: Add new test binary 2013-10-30 19:10:59 +01:00
Tim-Philipp Müller 9da40095c3 .gitignore: ignore more build files 2013-03-12 00:05:49 +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
Edward Hervey 2cc9eee3e6 gitignore: updates 2011-01-11 13:04:31 +01:00
Tim-Philipp Müller 4faf186ea3 build: make autotools put all .m4 cruft into m4/ rather than polluting common/m4 2011-01-08 01:55:06 +00:00
Wim Taymans 8d20ec3574 add some .gitignore files 2009-05-11 10:38:44 +02:00
Wim Taymans 3f7bd92022 Add python bindings. 2009-01-08 14:57:55 +01:00
Simon McVittie cd10a8c87e Add a reasonable generic .gitignore 2008-10-09 13:30:47 +01:00