Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Add more examples.
Add example for implementing new metadata.
Add programs to the docs (again?), it seems to contain useful info.
|
|
MIME-type -> Media type
Fix some old gst-inspect output
|
|
MIME-type -> media types
Fix up the manual in various places with the 1.0 way of doing things
such as probes, static elements, scheduling, ...
Add porting from 0.10 to 1.0 chapter.
Add probe example to build.
Remove some docs for remove components such as GstMixer and
GstPropertyProbe, XML...
|
|
gst-python is no more and gst-libav is one of the main modules that
we release.
|
|
|
|
https://bugzilla.gnome.org/show_bug.cgi?id=684048
|
|
|
|
|
|
from git grep for ffmpegcolorspace and x-raw-
|
|
Remove GST_MAJORMINOR and replace it by GST_API_VERSION
Also set GST_VERSION_{MAJOR,MINOR,MICRO,NANO} explicitely
now.
All versions are at 1.0.0 now for the release soon but
API/ABI can still change until the 1.0.0 release.
Next release versions until 1.0.0 will be 0.10.9X and
these will be release candidates. GST_VERSION_* will
nonetheless stay at 1.0.0.0.
|
|
Rework some caps operations so they don't rely on writable caps but instead take
ownership of the input caps and do _make_writable() only when needed.
Remove some const from caps functions, it does not make much sense for
refcounted objects and does not allow us to return a refcount to the const input
caps.
Rework the base classes fixate vmethods to not operate on the caps in-place.
All this saves us around 30% of caps and structure copy and new operations.
|
|
Use a structure to hold info about the mapping. The application then keeps track
of this state and we can use it to unmap the memory again later.
|
|
Update for registry method rename
|
|
|
|
|
|
|
|
Conflicts:
docs/design/draft-buffer2.txt
docs/design/part-TODO.txt
docs/design/part-block.txt
docs/design/part-bufferlist.txt
docs/design/part-caps.txt
docs/design/part-element-transform.txt
docs/design/part-events.txt
docs/design/part-negotiation.txt
gst/gstcaps.c
gst/gstevent.h
gst/gstghostpad.c
gst/gstinterface.c
gst/gstpad.c
gst/gstpad.h
gst/gstutils.c
libs/gst/base/gstbasesink.c
libs/gst/base/gstbasesrc.c
libs/gst/base/gstbasetransform.c
libs/gst/base/gsttypefindhelper.c
plugins/elements/gstcapsfilter.c
plugins/elements/gsttee.c
tests/check/generic/sinks.c
tools/gst-launch.1.in
|
|
https://bugzilla.gnome.org/show_bug.cgi?id=658449
|
|
Conflicts:
gst/gstdebugutils.c
gst/gstelementdetails.h
gst/gstregistrychunks.c
tools/gst-run.c
|
|
https://bugzilla.gnome.org/show_bug.cgi?id=656092
|
|
|
|
Conflicts:
libs/gst/base/gstbaseparse.c
libs/gst/base/gstbasesink.c
|
|
After a question on the mailing list, mention that *flushing* seeks reset the
running time.
|
|
Conflicts:
configure.ac
win32/common/config.h
win32/common/gstversion.h
|
|
|
|
|
|
|
|
already-running pipeline
https://bugzilla.gnome.org/show_bug.cgi?id=641631
|
|
|
|
Be more explicit about being on NULL before unrefs
|
|
|
|
The docs were still describing deprecated api. Update it to tell about
control-cources.
|
|
Fixes #624164.
|
|
Spotted by Alexander Saprykin.
Fixes #622379.
|
|
|
|
Fix a wrong statement and flesh out section on messages and queries
a bit.
|
|
|
|
|
|
Should probably put that into tests/examples and figure out how to
get it included automatically, but can't be bothered right now.
|
|
Indicate that only messages go via bus. Also add queries between elements.
|
|
Add a section to the basics that show buffers, events, messages and queries
together and describe the basics.
|
|
Fix wrong information about bus watch functions in the
application development manual.
Fixes #608127
|
|
|
|
|
|
Mention that elements implementing GstMixer and GstTuner need to be
in the right state before they can be used. Also mention GLib
functions for converting filenames to and from URIs.
Fixes #602877.
|
|
|
|
|
|
Instead talk about GIO and change the option parsing example to
not initialize libgnome but only GTK.
Fixes bug #592233.
|
|
Update the common submodule, and fix the docs upload rules to include
the right makefile snippet from common.
|