summaryrefslogtreecommitdiffstats
path: root/gst/rtsp
Commit message (Expand)AuthorAgeFilesLines
* gst/rtsp/: Reuse already existing enum for lower transport.Wim Taymans2006-10-185-34/+56
* Fix a bunch of problems discovered by the Forte compiler, mostly type mixups ...Josep Torra Valles2006-10-162-2/+10
* gst/rtsp/URLS: Added some other URL.Wim Taymans2006-10-116-14/+135
* gst/rtsp/gstrtspsrc.c: Activate pads before adding them to the source.Tim-Philipp Müller2006-10-071-0/+2
* gst/rtsp/gstrtspsrc.*: Rework how the transport string is constructed, try to...Wim Taymans2006-10-069-241/+552
* Printf format fixes.Tim-Philipp Müller2006-10-051-4/+4
* gst/rtsp/Makefile.am: Dist new .h file too.Wim Taymans2006-10-041-1/+1
* gst/rtsp/: Factor out extension in separate module.Wim Taymans2006-10-0411-67/+425
* gst/rtsp/URLS: Add some more URLs.Wim Taymans2006-09-293-68/+188
* gst/rtsp/gstrtspsrc.c: Fix flag registration.Wim Taymans2006-09-292-4/+4
* gst/: Include stdlib.h in some more places, makes things compile with uClibc ...Peter Kjellerstedt2006-09-251-0/+1
* gst/rtsp/: Improve error reporting.Wim Taymans2006-09-234-23/+89
* gst/rtsp/URLS: Added some test URLS.Wim Taymans2006-09-2022-201/+946
* gst/rtsp/gstrtspsrc.*: Reorganize stream parsing and creation.Wim Taymans2006-09-193-84/+172
* gst/rtsp/test.c: Fix build.Wim Taymans2006-09-191-3/+3
* gst/rtsp/gstrtspsrc.*: Small cleanups, added documentation.Wim Taymans2006-09-189-306/+426
* gst/rtsp/gstrtspsrc.*: Export sometimes source pad with correct caps on the t...Wim Taymans2006-09-182-19/+68
* gst/rtsp/gstrtspsrc.*: Make sure we can never set an invalid location.Lutz Mueller2006-09-185-14/+70
* gst/rtsp/gstrtspsrc.*: Use boilerplate.Lutz Mueller2006-09-182-100/+31
* gst/rtsp/: Small cleanups. when multicast is selected as the transport, creat...Thijs Vermeir2006-09-182-84/+115
* docs/plugins/gst-plugins-good-plugins-docs.sgml: There is no taglibmux elemen...Tim-Philipp Müller2006-08-221-1/+1
* Small documentation updates.Wim Taymans2006-08-222-4/+15
* gst/rtsp/gstrtpdec.c: Add pads after setting them up.Wim Taymans2006-08-163-69/+205
* gst/rtsp/rtspconnection.c: Remove unwanted DEBUG line.Wim Taymans2006-07-241-1/+0
* gst/rtsp/gstrtspsrc.c: Don't try doing state changes on a NULL pointer.Tim-Philipp Müller2006-07-151-4/+6
* gst/rtsp/: replaced closesocket and close in code with one CLOSE_SOCKET.Wim Taymans2006-07-103-22/+30
* Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) plus two minor macro f...Tim-Philipp Müller2006-06-222-2/+2
* Added documentation for the rtsp plugin. Fixes #345393.Wim Taymans2006-06-203-9/+62
* gst/rtsp/rtspconnection.c: Use better G_OS_* macros. Fixes #345301 some more.Wim Taymans2006-06-201-7/+18
* gst/rtsp/rtspconnection.c: Make RTSP plugin compile on windows. Fixes #345301.Joni Valtanen2006-06-201-1/+49
* Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost2006-06-012-3/+3
* Const-ify GEnumValue arrays.Tim-Philipp Müller2006-05-101-1/+1
* gst/rtsp/rtspurl.c: Make parsing of urls suck slightly less.Wim Taymans2006-05-081-9/+16
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-252-2/+3
* Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost2006-04-082-2/+2
* gst/rtsp/gstrtspsrc.c: the OPTIONS request result is optional so don't fail o...Wim Taymans2006-03-211-6/+5
* Fix memleak with gst_static_pad_template_get().Edward Hervey2006-03-151-8/+7
* gst/rtsp/README: Updated README.Wim Taymans2006-02-163-33/+139
* gst/avi/gstavidemux.c: Add comment in a fultile attempt to stop the copy-and-...Wim Taymans2006-02-151-5/+9
* gst/rtsp/: Resurected rtpdec to make rtspsrc happy again.Wim Taymans2006-02-097-8/+354
* C89 fixes: declare variables at the beginning of a block andJens Granseuer2006-01-231-1/+1
* gst/rtsp/rtspconnection.c: Add <netinet/in.h> include and move <arpa/inet.h> ...Benjamin Pineau2005-12-161-1/+2
* expand tabsThomas Vander Stichele2005-12-0610-319/+319
* configure.ac: fix up GST_PLUGIN_LDFLAGSThomas Vander Stichele2005-11-271-2/+3
* gst/rtsp/rtspconnection.c: Apply patch from Sebastien Cote to fix #319184.Wim Taymans2005-11-211-2/+3
* rework configure.ac; make asterisk rtp stuff compile on mingwThomas Vander Stichele2005-11-141-1/+1
* fix build and use of GST_LIBSThomas Vander Stichele2005-09-231-2/+1
* gst/rtsp/gstrtspsrc.c: Strip spaces for key/value pairs.Wim Taymans2005-09-211-3/+5
* gst/rtsp/gstrtspsrc.c: More SDP parsing and caps setting.Wim Taymans2005-09-211-12/+19
* gst/rtp/README: Update READMEWim Taymans2005-09-211-30/+81