summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2016-05-25g-i: pass compiler env to g-ir-scannerHEADmasterTim-Philipp Müller1-0/+1
2016-05-19rtsp-session: RFC2326 does not allow a space between ; and timeout in the Ses...Ian1-1/+1
2016-04-29rtspclientsink: Check return value of sscanfEdward Hervey1-5/+3
2016-04-29rtsp-stream: Fix crash on cleanup with shared media and multiple udpsrcJake Foytik1-131/+168
2016-04-29rtsp-stream: Always bind to ANY when address is a multicast address and not o...Sebastian Dröge1-10/+2
2016-04-06rtsp-thread-pool: explained why GSource is a part of ThreadImplPatricia Muscalu1-0/+2
2016-04-03rtsp-server: Use $(GST_NET_LIBS) / $(GST_NET_CFLAGS)Sebastian Dröge1-3/+4
2016-04-03rtsp-server: Implement clock signalling according to RFC7273Sebastian Dröge8-0/+363
2016-03-25rtspclientsink: Add support for setting the multicast interfaceSebastian Dröge1-0/+1
2016-03-25rtsp-media: Add support for setting the multicast interfaceSebastian Dröge6-2/+208
2016-03-24rtspclientsink: use new gst_element_class_add_static_pad_template()Vineeth TM1-2/+1
2016-03-16rtsp-stream: Don't set the state of the appsrc from PLAYING to PAUSED again d...Sebastian Dröge1-2/+0
2016-03-10rtsp-stream: Ensure that the pipeline is live and later-added udpsrcs are syn...Sebastian Dröge1-3/+22
2016-03-11rtsp-stream: Fix typo in the docstringJan Schmidt1-1/+1
2016-03-05rtsp-stream: Disable multicast loopback for all our socketsSebastian Dröge1-0/+2
2016-03-04rtsp-stream: Only bind multicast sockets to ANY on WindowsSebastian Dröge1-3/+10
2016-03-03rtsp-stream: Only use the address pool for unicast UDP if it contains unicast...Sebastian Dröge1-9/+8
2016-03-02rtsp-server: Fix indentationSebastian Dröge2-20/+25
2016-03-02rtsp-stream: Don't bind the sockets to multicast addressesSebastian Dröge1-0/+9
2016-02-24rtspsink: Fix some leaks in rtspclientsink and the unit test.Jan Schmidt1-0/+3
2016-02-23rtsp-stream: postpone UDP socket allocation until SETUPPatricia Muscalu3-180/+186
2016-02-23rtsp-stream: postpone the creation of the UDP sourcesPatricia Muscalu1-16/+59
2016-02-23rtsp-stream: added function for setting UDP sources to PLAYING statePatricia Muscalu1-0/+54
2016-02-23rtsp-stream: added function for creating and configuring UDP sourcesPatricia Muscalu1-38/+43
2016-02-23rtsp-stream: added function for RTP/RTCP socket configurationPatricia Muscalu1-8/+19
2016-02-23rtsp-stream: added function for creating and configuring UDP sinksPatricia Muscalu1-64/+85
2016-02-23rtsp-stream: added helper function for creating the sender/receiver partsPatricia Muscalu1-127/+166
2016-02-09rtspclientsink: remove check for impossible conditionLuis de Bethencourt1-2/+0
2016-02-08rtspclientsink: clean switch statementsLuis de Bethencourt1-0/+2
2016-02-02rtsp-media: fix state_lock not locked again when preroll failsSteven Hoving1-3/+5
2016-01-29rtspclientsink: Simplify slightly using new -base APIJan Schmidt1-120/+16
2016-01-29rtspsink: Add rtspclientsink elementJan Schmidt5-1/+5174
2016-01-29rtsp-stream: Add functions for using rtsp-stream from the clientJan Schmidt2-2/+69
2016-01-29rtsp-sdp: Add gst_rtsp_sdp_from_stream()Jan Schmidt2-23/+41
2016-01-28rtsp-media: Fix mutex beeing unlocked while they should be lockedSteven Hoving1-3/+3
2016-01-15rtsp-media-factory: add missing break in "clock" property setterTim-Philipp Müller1-0/+1
2016-01-07rtsp-stream: fixed assert during update transportSrimanta Panda1-9/+13
2016-01-03docs: remove dummy function declarations with G_INLINE_FUNC for gtk-docTim-Philipp Müller3-25/+0
2015-12-31sdp: replace duplicated codes to call new base sdp apisHyunjun Ko2-727/+38
2015-12-30rtsp-media: Add API to directly configure a clock on the media pipelinesSebastian Dröge4-0/+122
2015-12-30rtsp-media: Fix typo in docs gst_rtsp_media_set_latncy() -> latency()Sebastian Dröge1-1/+1
2015-12-30rtsp-media-factory: Add FIXME for 2.0Sebastian Dröge1-0/+5
2015-12-30rtsp-stream: Fix indentationSebastian Dröge1-1/+1
2015-12-28rtsp-media: Do not prepare media after media times outSebastian Rasmussen1-0/+14
2015-12-28rtsp-media: Add property to decide if sending media should be stopped when a ...Sebastian Dröge5-9/+191
2015-12-15rtsp-session-pool: Avoid dollar sign ($) in session idsOlivier Crête1-1/+1
2015-12-14rtsp-server: Add g_autoptr() support to all typesXavier Claessens16-0/+72
2015-12-08rtsp-stream: fixed valgrind errorSrimanta Panda1-11/+24
2015-12-04rtsp-client: suspend media during setup requestSrimanta Panda1-0/+3
2015-12-04rtsp-stream: create stream pipeline based on transportSrimanta Panda1-28/+75