projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c357ceb
)
Removed ugly caps fixed flag hack, will be done automatically in core soon
author
Wim Taymans
<wim.taymans@gmail.com>
Fri, 13 Jun 2003 21:21:17 +0000
(21:21 +0000)
committer
Tim-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
patch
|
blob
|
history
diff --git
a/ext/jack/gstjack.c
b/ext/jack/gstjack.c
index ea84afbf01cac9f421c973bd83d67d622451aae9..8a3357dd313ebdbb6ff244f417b0be52ce875b40 100644
(file)
--- 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);