Removed ugly caps fixed flag hack, will be done automatically in core soon
authorWim Taymans <wim.taymans@gmail.com>
Fri, 13 Jun 2003 21:21:17 +0000 (21:21 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 2 Jan 2011 14:30:03 +0000 (14:30 +0000)
Original commit message from CVS:
Removed ugly caps fixed flag hack, will be done automatically in
core soon

ext/jack/gstjack.c

index ea84afb..8a3357d 100644 (file)
@@ -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);