<div dir="ltr">Hi,<div><br></div><div>I am using gstreamer 1.8.3. If I remember correct, previously, I can set caps-change-mode to 1 (delay) for capsfilter.</div><div><br></div><div>However, now it shows:  'GstCapsFilter' has no property named 'caps-change-mode'</div><div>And when I check by gst-inspect-1.0 capsfilter:</div><div><div><br></div><div>Factory Details:</div><div>  Rank                     none (0)</div><div>  Long-name                CapsFilter</div><div>  Klass                    Generic</div><div>  Description              Pass data without modification, limiting formats</div><div>  Author                   David Schleef <<a href="mailto:ds@schleef.org">ds@schleef.org</a>></div><div><br></div><div>Plugin Details:</div><div>  Name                     coreelements</div><div>  Description              GStreamer core elements</div><div>  Filename                 /usr/local/lib/gstreamer-1.0/gstreamer-1.0/libgstcoreelements.so</div><div>  Version                  1.2.4</div><div>  License                  LGPL</div><div>  Source module            gstreamer</div><div>  Source release date      2014-02-18</div><div>  Binary package           GStreamer (Ubuntu)</div><div>  Origin URL               <a href="https://launchpad.net/distros/ubuntu/+source/gstreamer1.0">https://launchpad.net/distros/ubuntu/+source/gstreamer1.0</a></div><div><br></div><div>GObject</div><div> +----GInitiallyUnowned</div><div>       +----GstObject</div><div>             +----GstElement</div><div>                   +----GstBaseTransform</div><div>                         +----GstCapsFilter</div><div><br></div><div>Pad Templates:</div><div>  SRC template: 'src'</div><div>    Availability: Always</div><div>    Capabilities:</div><div>      ANY</div><div><br></div><div>  SINK template: 'sink'</div><div>    Availability: Always</div><div>    Capabilities:</div><div>      ANY</div><div><br></div><div><br></div><div>Element Flags:</div><div>  no flags set</div><div><br></div><div>Element Implementation:</div><div>  Has change_state() function: gst_element_change_state_func</div><div><br></div><div>Element has no clocking capabilities.</div><div>Element has no URI handling capabilities.</div><div><br></div><div>Pads:</div><div>  SINK: 'sink'</div><div>    Pad Template: 'sink'</div><div>  SRC: 'src'</div><div>    Pad Template: 'src'</div><div><br></div><div>Element Properties:</div><div>  name                : The name of the object</div><div>                        flags: readable, writable</div><div>                        String. Default: "capsfilter0"</div><div>  parent              : The parent of the object</div><div>                        flags: readable, writable</div><div>                        Object of type "GstObject"</div><div>  qos                 : Handle Quality-of-Service events</div><div>                        flags: readable, writable</div><div>                        Boolean. Default: false</div><div>  caps                : Restrict the possible allowed capabilities (NULL means ANY). Setting this property takes a reference to the supplied GstCaps object.</div><div>                        flags: readable, writable</div><div>                           ANY</div></div><div><br></div><div>There is no caps-change-mode.</div><div><br></div><div>I also try to reinstall gstreamer-1.8.3 core plugins, but still cannot find it.</div><div><br></div><div>Thanks in advance!</div></div>