gstreamer/subprojects/gst-editing-services
Mathieu Duponchelle 2fd2af9420 ges-source: do not emit no-more-pads on child element
This most likely never caused any issues as we don't connect to
no-more-pads in the first place, and the element isn't directly exposed
to the user, but emitting it makes no sense, and we are actually going
to connect to no-more-pads in a subsequent commit.

The call was added in 86b893e54c, a patch
by me in 2013, I have no idea why but I probably didn't have a firm
grasp on what I was doing then.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3971>
2023-02-15 22:24:51 +00:00
..
bindings/python
data/completions
docs docs: explicitly declare gir build dependencies 2023-01-06 22:50:57 +00:00
examples
ges ges-source: do not emit no-more-pads on child element 2023-02-15 22:24:51 +00:00
plugins ges: nle: drop use of GSlice allocator 2023-02-03 17:48:09 +00:00
scripts meson: Generate ChangeLog files for release tarballs on dist 2022-12-04 18:16:25 +00:00
tests ges: drop use of GSlice allocator 2023-02-03 17:48:09 +00:00
tools tools: Use gst_macos_main() on macOS 2023-01-11 13:36:55 +00:00
.gitignore
AUTHORS
COPYING
COPYING.LIB
gst-editing-services.doap Release 1.22.0 2023-01-23 19:41:07 +00:00
meson.build Fix gstreamer-validate-1.0 dependency name 2023-02-01 14:15:45 +00:00
meson_options.txt
NEWS Release 1.22.0 2023-01-23 19:41:07 +00:00
README
RELEASE Release 1.22.0 2023-01-23 19:41:07 +00:00

GStreamer Editing Services
--------------------------

 This is a high-level library for facilitating the creation of audio/video
non-linear editors.

License:
--------

  This package and its contents are licensend under the GNU Lesser General
Public License (LGPL).

Dependencies:
-------------

 * GStreamer core
 * gst-plugins-base