GES 1.12, Two bugs (possibly related) with (1) GESEffect volume and (2) layer ordering priority

David Ing ding at panopto.com
Thu Jul 19 22:43:24 UTC 2018


Thibault, your suggestion for #1 worked like a charm.  It fixed both of the
problems.

I have two followup questions.

   1. This experience has me a little worried.  If GESEffect does not work
   well for the `volume` plugin, can I expect problems with most of the other
   plugins?
   2. For future reference, I don't know how to save a *.xges file.  Would
   I use `ges_timeline_save_to_uri` for that?


On Thu, Jul 19, 2018 at 2:35 PM, Thibault Saunier <saunierthibault at gmail.com
> wrote:

> Hello,
>
> 1. Setting mute=true means that the source will send silent, which is
> not what you want. Also you do not need an effect to handle the volume
> as there is already a volume element inside sources you can use the
> ges_timeline_element_set_child_property(element, "volume"....)[0]
> method to set it. You can see what properties audio sources expose
> here: https://gstreamer.freedesktop.org/data/doc/gstreamer/head/
> gstreamer-editing-services/html/GESAudioSource.html
>
> 2. Layer with lower priorities are on top of the stack of layers,
> meaning that layer with prio=0 is "the first". Now I am not sure why
> you get that error but it seems to be a NLEObject priority issue.
> Providing a .xges file would help (just save your timeline and paste
> it here if removing the effect doesn't work).
>
> Regards,
>
> Thibault Saunier
>
> [0] https://gstreamer.freedesktop.org/data/doc/gstreamer/head/
> gstreamer-editing-services/html/GESTimelineElement.html#
> ges-timeline-element-set-child-property
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20180719/32eac851/attachment.html>


More information about the gstreamer-devel mailing list