gstreamer/subprojects/gst-docs/markdown/tutorials/basic
Tim-Philipp Müller 4702cae7ff tutorials: gstreamer tools: fix broken webm to ogg transcode pipeline
The pipeline would error out with not-negotiated. Reason is that
the webm file doesn't have an average frame duration set in the
headers, so matroskademux outputs framerate=0/1, but theora in
Ogg really requires a fixed framerate, so that errors out.

Change example to H.264/AAC in MP4, which is more useful.

Fixes https://gitlab.freedesktop.org/gstreamer/gst-docs/-/issues/108

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7859>
2024-11-11 17:25:18 +00:00
..
concepts.md docs: Fix line numbers in tutorials 1 and 2 2023-10-05 21:54:17 +00:00
debugging-tools.md
dynamic-pipelines.md
gstreamer-tools.md tutorials: gstreamer tools: fix broken webm to ogg transcode pipeline 2024-11-11 17:25:18 +00:00
handy-elements.md
hello-world.md docs: Fix line numbers in tutorials 1 and 2 2023-10-05 21:54:17 +00:00
index.md
media-formats-and-pad-capabilities.md
media-information-gathering.md
multithreading-and-pad-availability.md
platform-specific-elements.md
playback-speed.md
short-cutting-the-pipeline.md docs: fix up some old 0.10-style raw video caps 2024-11-11 17:25:18 +00:00
streaming.md
time-management.md
toolkit-integration.md