mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 16:08:51 +00:00
update for clock provider API change
This commit is contained in:
parent
97b70cae70
commit
436cc30a94
1 changed files with 4 additions and 3 deletions
|
@ -441,7 +441,7 @@ gst_rdt_manager_class_init (GstRDTManagerClass * g_class)
|
||||||
* GstRDTManager::on-bye-ssrc:
|
* GstRDTManager::on-bye-ssrc:
|
||||||
* @rtpbin: the object which received the signal
|
* @rtpbin: the object which received the signal
|
||||||
* @session: the session
|
* @session: the session
|
||||||
* @ssrc: the SSRC
|
* @ssrc: the SSRC
|
||||||
*
|
*
|
||||||
* Notify of an SSRC that became inactive because of a BYE packet.
|
* Notify of an SSRC that became inactive because of a BYE packet.
|
||||||
*/
|
*/
|
||||||
|
@ -454,7 +454,7 @@ gst_rdt_manager_class_init (GstRDTManagerClass * g_class)
|
||||||
* GstRDTManager::on-bye-timeout:
|
* GstRDTManager::on-bye-timeout:
|
||||||
* @rtpbin: the object which received the signal
|
* @rtpbin: the object which received the signal
|
||||||
* @session: the session
|
* @session: the session
|
||||||
* @ssrc: the SSRC
|
* @ssrc: the SSRC
|
||||||
*
|
*
|
||||||
* Notify of an SSRC that has timed out because of BYE
|
* Notify of an SSRC that has timed out because of BYE
|
||||||
*/
|
*/
|
||||||
|
@ -467,7 +467,7 @@ gst_rdt_manager_class_init (GstRDTManagerClass * g_class)
|
||||||
* GstRDTManager::on-timeout:
|
* GstRDTManager::on-timeout:
|
||||||
* @rtpbin: the object which received the signal
|
* @rtpbin: the object which received the signal
|
||||||
* @session: the session
|
* @session: the session
|
||||||
* @ssrc: the SSRC
|
* @ssrc: the SSRC
|
||||||
*
|
*
|
||||||
* Notify of an SSRC that has timed out
|
* Notify of an SSRC that has timed out
|
||||||
*/
|
*/
|
||||||
|
@ -510,6 +510,7 @@ gst_rdt_manager_init (GstRDTManager * rdtmanager)
|
||||||
{
|
{
|
||||||
rdtmanager->provided_clock = gst_system_clock_obtain ();
|
rdtmanager->provided_clock = gst_system_clock_obtain ();
|
||||||
rdtmanager->latency = DEFAULT_LATENCY_MS;
|
rdtmanager->latency = DEFAULT_LATENCY_MS;
|
||||||
|
GST_OBJECT_FLAG_SET (rdtmanager, GST_ELEMENT_FLAG_PROVIDE_CLOCK);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in a new issue