hack removal

Original commit message from CVS:
hack removal
This commit is contained in:
Wim Taymans 2003-06-13 21:21:50 +00:00
parent 6762691561
commit f6b5a3f5b6

View file

@ -188,10 +188,6 @@ static GstCaps *gst_swfdec_videosrc_getcaps(GstPad *pad, GstCaps *caps)
if(swfdec->height){
gst_caps_set(c,"height",GST_PROPS_INT(swfdec->height));
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;