mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 10:10:32 +00:00
GStreamer multimedia framework
d66033a19c
This means that we take a completely new caps for the sole usage of gst-python. The GstCaps return by gst_static_pad_template_get_caps() are (surprise) static and therefore will always exist... as long as the GstStaticPadTemplate (and the factory providing it) still exist. This solves the case of getting the caps of a static pad template *before* any element was created using the GstElementFactory. When the factory is used to create an element, a new factory is created, replacing the old one, and plainly discarding any static values (including those caps). |
||
---|---|---|
codegen | ||
common@80c627dfab | ||
examples | ||
gst | ||
pkgconfig | ||
plugin | ||
testsuite | ||
win32 | ||
.gitignore | ||
.gitmodules | ||
acinclude.m4 | ||
AUTHORS | ||
autogen.sh | ||
ChangeLog | ||
configure.ac | ||
COPYING | ||
env | ||
gst-python.doap | ||
gst-python.spec.in | ||
gstltihooks.py | ||
gstoptionmodule.c | ||
INSTALL | ||
Makefile.am | ||
NEWS | ||
pygst.py.in | ||
README | ||
RELEASE | ||
TODO |
This file will be autogenerated. Please read README-docs.