mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
88be8ba00f
Original commit message from CVS: * docs/design/Makefile.am: * docs/design/part-synchronisation.txt: Add doc about synchronisation * docs/design/draft-latency.txt: * docs/design/part-TODO.txt: * docs/design/part-clocks.txt: * docs/design/part-events.txt: * docs/design/part-gstbus.txt: * docs/design/part-gstpipeline.txt: * docs/design/part-live-source.txt: * docs/design/part-messages.txt: * docs/design/part-overview.txt: * docs/design/part-streams.txt: * docs/design/part-trickmodes.txt: Documentation updates.
48 lines
973 B
Makefile
48 lines
973 B
Makefile
|
|
EXTRA_DIST = \
|
|
draft-ghostpads.txt \
|
|
draft-klass.txt \
|
|
draft-latency.txt \
|
|
draft-missing-plugins.txt \
|
|
draft-push-pull.txt \
|
|
part-activation.txt \
|
|
part-block.txt \
|
|
part-buffering.txt \
|
|
part-caps.txt \
|
|
part-clocks.txt \
|
|
part-conventions.txt \
|
|
part-dynamic.txt \
|
|
part-element-sink.txt \
|
|
part-element-source.txt \
|
|
part-element-transform.txt \
|
|
part-events.txt \
|
|
part-gstbin.txt \
|
|
part-gstbus.txt \
|
|
part-gstelement.txt \
|
|
part-gstghostpad.txt \
|
|
part-gstobject.txt \
|
|
part-gstpipeline.txt \
|
|
part-live-source.txt \
|
|
part-messages.txt \
|
|
part-MT-refcounting.txt \
|
|
part-negotiation.txt \
|
|
part-overview.txt \
|
|
part-preroll.txt \
|
|
part-push-pull.txt \
|
|
part-qos.txt \
|
|
part-query.txt \
|
|
part-relations.txt \
|
|
part-scheduling.txt \
|
|
part-seeking.txt \
|
|
part-segments.txt \
|
|
part-sparsestreams.txt \
|
|
part-standards.txt \
|
|
part-states.txt \
|
|
part-streams.txt \
|
|
part-synchronisation.txt \
|
|
part-TODO.txt \
|
|
part-trickmodes.txt
|
|
|
|
upload:
|
|
@echo nothing to upload
|
|
|