summaryrefslogtreecommitdiff
path: root/gst/rtsp
AgeCommit message (Expand)AuthorFilesLines
2007-01-08ext/jpeg/: These libjpeg callbacks should return a 'boolean' (unsigned char a...Vincent Torri1-2/+9
2006-11-28gst/rtsp/: Add method so that extensions can choose to disable the setup of a...Wim Taymans4-9/+43
2006-11-15gst/rtsp/rtspconnection.c: Don't set a data pointer to NULL and a size > 0 wh...Wim Taymans2-1/+4
2006-10-18gst/rtsp/: Reuse already existing enum for lower transport.Wim Taymans5-34/+56
2006-10-16Fix a bunch of problems discovered by the Forte compiler, mostly type mixups ...Josep Torra Valles2-2/+10
2006-10-11gst/rtsp/URLS: Added some other URL.Wim Taymans6-14/+135
2006-10-07gst/rtsp/gstrtspsrc.c: Activate pads before adding them to the source.Tim-Philipp Müller1-0/+2
2006-10-06gst/rtsp/gstrtspsrc.*: Rework how the transport string is constructed, try to...Wim Taymans9-241/+552
2006-10-05Printf format fixes.Tim-Philipp Müller1-4/+4
2006-10-04gst/rtsp/Makefile.am: Dist new .h file too.Wim Taymans1-1/+1
2006-10-04gst/rtsp/: Factor out extension in separate module.Wim Taymans11-67/+425
2006-09-29gst/rtsp/URLS: Add some more URLs.Wim Taymans3-68/+188
2006-09-29gst/rtsp/gstrtspsrc.c: Fix flag registration.Wim Taymans2-4/+4
2006-09-25gst/: Include stdlib.h in some more places, makes things compile with uClibc ...Peter Kjellerstedt1-0/+1
2006-09-23gst/rtsp/: Improve error reporting.Wim Taymans4-23/+89
2006-09-20gst/rtsp/URLS: Added some test URLS.Wim Taymans22-201/+946
2006-09-19gst/rtsp/gstrtspsrc.*: Reorganize stream parsing and creation.Wim Taymans3-84/+172
2006-09-19gst/rtsp/test.c: Fix build.Wim Taymans1-3/+3
2006-09-18gst/rtsp/gstrtspsrc.*: Small cleanups, added documentation.Wim Taymans9-306/+426
2006-09-18gst/rtsp/gstrtspsrc.*: Export sometimes source pad with correct caps on the t...Wim Taymans2-19/+68
2006-09-18gst/rtsp/gstrtspsrc.*: Make sure we can never set an invalid location.Lutz Mueller5-14/+70
2006-09-18gst/rtsp/gstrtspsrc.*: Use boilerplate.Lutz Mueller2-100/+31
2006-09-18gst/rtsp/: Small cleanups. when multicast is selected as the transport, creat...Thijs Vermeir2-84/+115
2006-08-22docs/plugins/gst-plugins-good-plugins-docs.sgml: There is no taglibmux elemen...Tim-Philipp Müller1-1/+1
2006-08-22Small documentation updates.Wim Taymans2-4/+15
2006-08-16gst/rtsp/gstrtpdec.c: Add pads after setting them up.Wim Taymans3-69/+205
2006-07-24gst/rtsp/rtspconnection.c: Remove unwanted DEBUG line.Wim Taymans1-1/+0
2006-07-15gst/rtsp/gstrtspsrc.c: Don't try doing state changes on a NULL pointer.Tim-Philipp Müller1-4/+6
2006-07-10gst/rtsp/: replaced closesocket and close in code with one CLOSE_SOCKET.Wim Taymans3-22/+30
2006-06-22Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) plus two minor macro f...Tim-Philipp Müller2-2/+2
2006-06-20Added documentation for the rtsp plugin. Fixes #345393.Wim Taymans3-9/+62
2006-06-20gst/rtsp/rtspconnection.c: Use better G_OS_* macros. Fixes #345301 some more.Wim Taymans1-7/+18
2006-06-20gst/rtsp/rtspconnection.c: Make RTSP plugin compile on windows. Fixes #345301.Joni Valtanen1-1/+49
2006-06-01Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost2-3/+3
2006-05-10Const-ify GEnumValue arrays.Tim-Philipp Müller1-1/+1
2006-05-08gst/rtsp/rtspurl.c: Make parsing of urls suck slightly less.Wim Taymans1-9/+16
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost2-2/+3
2006-04-08Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost2-2/+2
2006-03-21gst/rtsp/gstrtspsrc.c: the OPTIONS request result is optional so don't fail o...Wim Taymans1-6/+5
2006-03-15Fix memleak with gst_static_pad_template_get().Edward Hervey1-8/+7
2006-02-16gst/rtsp/README: Updated README.Wim Taymans3-33/+139
2006-02-15gst/avi/gstavidemux.c: Add comment in a fultile attempt to stop the copy-and-...Wim Taymans1-5/+9
2006-02-09gst/rtsp/: Resurected rtpdec to make rtspsrc happy again.Wim Taymans7-8/+354
2006-01-23C89 fixes: declare variables at the beginning of a block andJens Granseuer1-1/+1
2005-12-16gst/rtsp/rtspconnection.c: Add <netinet/in.h> include and move <arpa/inet.h> ...Benjamin Pineau1-1/+2
2005-12-06expand tabsThomas Vander Stichele10-319/+319
2005-11-27configure.ac: fix up GST_PLUGIN_LDFLAGSThomas Vander Stichele1-2/+3
2005-11-21gst/rtsp/rtspconnection.c: Apply patch from Sebastien Cote to fix #319184.Wim Taymans1-2/+3
2005-11-14rework configure.ac; make asterisk rtp stuff compile on mingwThomas Vander Stichele1-1/+1
2005-09-23fix build and use of GST_LIBSThomas Vander Stichele1-2/+1