summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2019-10-13Remove autotools buildTim-Philipp Müller1-69/+2
Replaced by Meson. Maybe we can now use the meson pkgconfig module for .pc files? (Does it support uninstalled now?)
2019-05-13docs: Port to hotdocThibault Saunier1-0/+1
2018-07-10.gitignore: add another example binaryTim-Philipp Müller1-0/+1
2016-12-16Remove generated .spec fileTim-Philipp Müller1-1/+0
Likely extremely bitrotten, and we should not ship this anyway.
2016-11-23.gitignore moreTim-Philipp Müller1-0/+1
2016-01-29rtspsink: Add rtspclientsink elementJan Schmidt1-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-02Update .gitignoreTim-Philipp Müller1-0/+1
2014-03-03.gitignore: Ignore gcov intermediate filesSebastian Rasmussen1-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üller1-0/+4
2013-12-12Make git ignore more unit test binariesTim-Philipp Müller1-0/+4
2013-10-30gitignore: Add new test binarySebastian Dröge1-0/+1
2013-03-12.gitignore: ignore more build filesTim-Philipp Müller1-0/+18
2012-02-13python: remove pygst-based python bindingsTim-Philipp Müller1-1/+0
pygi is the future, apparently.
2011-01-11gitignore: updatesEdward Hervey1-0/+2
2011-01-08build: make autotools put all .m4 cruft into m4/ rather than polluting common/m4Tim-Philipp Müller1-0/+2
2009-05-11add some .gitignore filesWim Taymans1-0/+3
2009-01-08Add python bindings.Wim Taymans1-0/+3
2008-10-09Add a reasonable generic .gitignoreSimon McVittie1-0/+30