image-source: Do not concider inpoints

We have no restriction on inpoint for Images

Differential Revision: https://phabricator.freedesktop.org/D1202
This commit is contained in:
Thibault Saunier 2016-07-22 07:32:51 -04:00
parent e160264c7f
commit 3c4907900e

View file

@ -165,6 +165,8 @@ ges_image_source_class_init (GESImageSourceClass * klass)
g_object_class_install_property (object_class, PROP_URI,
g_param_spec_string ("uri", "URI", "uri of the resource",
NULL, G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY));
GES_TIMELINE_ELEMENT_CLASS (klass)->set_inpoint = NULL;
source_class->create_source = ges_image_source_create_source;
}