From 6762691561d8d92efb2c11ea93570dc0c0c9b5a6 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 13 Jun 2003 21:21:17 +0000 Subject: Removed ugly caps fixed flag hack, will be done automatically in core soon Original commit message from CVS: Removed ugly caps fixed flag hack, will be done automatically in core soon --- ext/jack/gstjack.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/jack/gstjack.c b/ext/jack/gstjack.c index ea84afbf..8a3357dd 100644 --- a/ext/jack/gstjack.c +++ b/ext/jack/gstjack.c @@ -375,7 +375,6 @@ gst_jack_change_state (GstElement *element) pad = GST_JACK_PAD (l); caps = gst_pad_get_caps (pad->pad); gst_caps_set (caps, "rate", GST_PROPS_INT_TYPE, (gint) this->bin->rate, NULL); - GST_CAPS_FLAG_SET (caps, GST_CAPS_FIXED); if (gst_pad_try_set_caps (pad->pad, caps) <= 0) return GST_STATE_FAILURE; l = g_list_next (l); -- cgit v1.2.1