From: Wim Taymans Date: Sun, 9 Jun 2002 21:14:48 +0000 (+0000) Subject: Remove old flag X-Git-Tag: BRANCH-RELEASE-0_4_0-ROOT~65 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=280affd3dff60bb95744283e5fdd35dc4e0b3d52;p=platform%2Fupstream%2Fgstreamer.git Remove old flag Original commit message from CVS: Remove old flag --- diff --git a/gst/gstelement.h b/gst/gstelement.h index f58e0ce..5e0875f 100644 --- a/gst/gstelement.h +++ b/gst/gstelement.h @@ -76,8 +76,6 @@ typedef enum { GST_ELEMENT_DECOUPLED, /* this element should be placed in a thread if at all possible */ GST_ELEMENT_THREAD_SUGGESTED, - /* this element is incable of seeking (FIXME: does this apply to filters?) */ - GST_ELEMENT_NO_SEEK, /* this element, for some reason, has a loop function that performs * an infinite loop without calls to gst_element_yield () */ GST_ELEMENT_INFINITE_LOOP,