Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-29 | rtspsink: Add rtspclientsink element | Jan Schmidt | 1 | -0/+1 | |
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 | |||||
2014-05-02 | Update .gitignore | Tim-Philipp Müller | 1 | -0/+1 | |
2014-03-03 | .gitignore: Ignore gcov intermediate files | Sebastian Rasmussen | 1 | -0/+1 | |
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=725484 | |||||
2014-02-21 | .gitignore: ignore temp files created in the course of 'make check' | Tim-Philipp Müller | 1 | -0/+4 | |
2013-12-12 | Make git ignore more unit test binaries | Tim-Philipp Müller | 1 | -0/+4 | |
2013-10-30 | gitignore: Add new test binary | Sebastian Dröge | 1 | -0/+1 | |
2013-03-12 | .gitignore: ignore more build files | Tim-Philipp Müller | 1 | -0/+18 | |
2012-02-13 | python: remove pygst-based python bindings | Tim-Philipp Müller | 1 | -1/+0 | |
pygi is the future, apparently. | |||||
2011-01-11 | gitignore: updates | Edward Hervey | 1 | -0/+2 | |
2011-01-08 | build: make autotools put all .m4 cruft into m4/ rather than polluting common/m4 | Tim-Philipp Müller | 1 | -0/+2 | |
2009-05-11 | add some .gitignore files | Wim Taymans | 1 | -0/+3 | |
2009-01-08 | Add python bindings. | Wim Taymans | 1 | -0/+3 | |
2008-10-09 | Add a reasonable generic .gitignore | Simon McVittie | 1 | -0/+30 | |