[farsight2/master] rtpsession: Don't need to set queue-delay anymore
Olivier Crête
olivier.crete at collabora.co.uk
Fri Nov 20 16:37:20 PST 2009
---
gst/fsrtpconference/fs-rtp-session.c | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/gst/fsrtpconference/fs-rtp-session.c b/gst/fsrtpconference/fs-rtp-session.c
index 35be5c7..ddf6fc2 100644
--- a/gst/fsrtpconference/fs-rtp-session.c
+++ b/gst/fsrtpconference/fs-rtp-session.c
@@ -2766,12 +2766,6 @@ create_codec_bin_from_factory (const FsCodec *codec, GList *pipeline_factory,
goto error;
}
- /* queue delay to 0 on all depayloaders until I remove that property
- * all-together */
-
- if (_g_object_has_property (G_OBJECT (current_element), "queue-delay"))
- g_object_set (G_OBJECT (current_element), "queue-delay", 0, NULL);
-
if (_g_object_has_property (G_OBJECT (current_element), "pt"))
g_object_set (current_element, "pt", codec->id,
NULL);
--
1.5.6.5
More information about the farsight-commits
mailing list