Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | C89 fixes: declare variables at the beginning of a block and | Jens Granseuer | 2006-01-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | Original commit message from CVS: * ext/libpng/gstpngenc.c: (gst_pngenc_chain): * gst/avi/gstavidemux.c: (gst_avi_demux_invert): * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps): * gst/rtsp/sdpmessage.h: * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render): * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats): C89 fixes: declare variables at the beginning of a block and make gcc-2.9x happy (#328264; patch by: Jens Granseuer <jensgr at gmx dot net>). | ||||
* | expand tabs | Thomas Vander Stichele | 2005-12-06 | 1 | -78/+78 |
| | | | | | Original commit message from CVS: expand tabs | ||||
* | gst/rtsp/: Add URI handler. | Wim Taymans | 2005-09-20 | 1 | -0/+1 |
| | | | | | | | | | | | | | | Original commit message from CVS: * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type), (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send), (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type), (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init): * gst/rtsp/sdpmessage.c: (sdp_media_get_format): * gst/rtsp/sdpmessage.h: Add URI handler. Parse SDP and create caps. | ||||
* | Ported to 0.9. | Wim Taymans | 2005-05-11 | 1 | -0/+165 |
Original commit message from CVS: Ported to 0.9. Set up transports, init UDP ports, init RTP session managers. |