mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-10 22:01:29 +00:00
hack removal
Original commit message from CVS: hack removal
This commit is contained in:
parent
6762691561
commit
f6b5a3f5b6
1 changed files with 0 additions and 4 deletions
|
@ -188,10 +188,6 @@ static GstCaps *gst_swfdec_videosrc_getcaps(GstPad *pad, GstCaps *caps)
|
||||||
if(swfdec->height){
|
if(swfdec->height){
|
||||||
gst_caps_set(c,"height",GST_PROPS_INT(swfdec->height));
|
gst_caps_set(c,"height",GST_PROPS_INT(swfdec->height));
|
||||||
gst_caps_set(c,"width",GST_PROPS_INT(swfdec->width));
|
gst_caps_set(c,"width",GST_PROPS_INT(swfdec->width));
|
||||||
|
|
||||||
/* FIXME: this feels like a hack or bug workaround */
|
|
||||||
GST_PROPS_FLAG_SET(c->properties,GST_PROPS_FIXED);
|
|
||||||
GST_CAPS_FLAG_SET(c,GST_CAPS_FIXED);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return c;
|
return c;
|
||||||
|
|
Loading…
Reference in a new issue