Mathieu Duponchelle
|
d704790519
|
doc: fix element section documentations
Element sections were not rendered anymore after the hotdoc
port, fixing this revealed a few incorrect links.
|
2019-05-25 16:57:31 +02:00 |
|
Thibault Saunier
|
0a6a62aa76
|
docs: Port all docstring to gtk-doc markdown
|
2019-05-13 10:24:40 -04:00 |
|
George Kiagiadakis
|
7f6c783930
|
rtprtxqueue: implement handling of the max-size-time property
https://bugzilla.gnome.org/show_bug.cgi?id=780867
|
2017-04-11 09:44:33 +03:00 |
|
George Kiagiadakis
|
3e91601fbb
|
rtprtxqueue: add basic documentation and example pipelines
Mostly explaining the difference between rtprtxqueue and rtprtxsend.
|
2017-03-20 12:10:55 +02:00 |
|
Mathieu Duponchelle
|
191330cba8
|
rtxqueue: Expose basic statistics as properties.
Statistics about the total number of retransmission requests
and the actual number of retransmitted packets can be helpful
at application-level.
https://bugzilla.gnome.org/show_bug.cgi?id=777182
|
2017-01-12 19:49:30 +01:00 |
|
Vineeth TM
|
1071309870
|
good: use new gst_element_class_add_static_pad_template()
https://bugzilla.gnome.org/show_bug.cgi?id=763076
|
2016-03-24 14:32:20 +02:00 |
|
Miguel París Díaz
|
40957a9212
|
rtprtxqueue: reverse pending list before pushing buffers
With this we send the RTX buffers in the same order
that they were requested.
https://bugzilla.gnome.org/show_bug.cgi?id=751297
|
2015-06-22 11:36:22 +02:00 |
|
Luis de Bethencourt
|
671b4d25cd
|
remove unused enum items PROP_LAST
This were probably added to the enums due to cargo cult programming and are
unused. Removing them.
|
2015-04-24 17:01:12 +01:00 |
|
Sebastian Dröge
|
57ff27f8c8
|
rtprtxqueue: Implement support for buffer lists
|
2015-03-19 11:54:37 +01:00 |
|
Wim Taymans
|
54e7e7547a
|
rtxqueue: add property to configure queue size
|
2013-08-23 15:47:25 +02:00 |
|
Wim Taymans
|
89b9019e3e
|
rtx: various improvements
Use locking
Don't push from the event handler, collected packets in a queue and push from
the chain function.
Clear queues on shutdown.
|
2013-08-21 17:02:27 +02:00 |
|
Wim Taymans
|
ff825a2919
|
rtxqueue: add retransmission queue element
|
2013-08-19 22:04:50 +02:00 |
|