mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
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
This commit is contained in:
parent
c357ceba44
commit
c48b1d6653
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue