简体   繁体   中英

GStreamer 0.1 | gst_pad_renegotiate is missing?

I working on custom GStreamer plugin based on 'GstPushSrc'.

In some cases I need to start reconfiguration because, I changing GstCaps on src pad.

To do this, I have plan to use gst_pad_renegotiate but I can't find it in GStreamer 0.1 branch ( git://anongit.freedesktop.org/gstreamer/gstreamer )

Can someone explain what is the right way to notify all downstream GstElement 's about GstCaps has been changed?

Update

The similar problem for another functions that I can find in documentation but cannot find in GStreamer 0.1 sources. Examples

  1. gst_pad_try_set_caps
  2. gst_pad_use_explicit_caps

There are two recommended branches: 1.0 and 1.4. I would recommend trying to work at the latest stable branch. – Chris Maes

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM