mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 19:21:06 +00:00
b0becfa46b
Today when using the `splitmuxsrc` on a collection of files named as: ``` item0.mkv item1.mkv item2.mkv [...] item10.mkv item11.mkv [...] ``` You will get a continuous stream made in the order of: ``` item0.mkv -> item1.mkv -> item10.mkv -> item11.mkv -> [...] ``` You can fix this by having smarter names of the items: ``` item000.mkv item001.mkv item002.mkv [...] item010.mkv item011.mkv [...] ``` Will get you: ``` item000.mkv -> item001.mkv -> item003.mkv -> item004.mkv -> [...] ``` But, we could also "fix" the former case by using natural ordering when comparing the files in gstsplitutils.c. Fixes #2523 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4491> |
||
---|---|---|
.. | ||
CudaGst-1.0.gir | ||
GES-1.0.gir | ||
Gst-1.0.gir | ||
GstAllocators-1.0.gir | ||
GstAnalytics-1.0.gir | ||
GstApp-1.0.gir | ||
GstAudio-1.0.gir | ||
GstBadAudio-1.0.gir | ||
GstBadBaseCameraBin-1.0.gir | ||
GstBase-1.0.gir | ||
GstCheck-1.0.gir | ||
GstCodecs-1.0.gir | ||
GstController-1.0.gir | ||
GstCuda-1.0.gir | ||
GstGL-1.0.gir | ||
GstInsertBin-1.0.gir | ||
GstMpegts-1.0.gir | ||
GstMse-1.0.gir | ||
GstNet-1.0.gir | ||
GstPbutils-1.0.gir | ||
GstPlay-1.0.gir | ||
GstPlayer-1.0.gir | ||
GstRtp-1.0.gir | ||
GstRtsp-1.0.gir | ||
GstRtspServer-1.0.gir | ||
GstSdp-1.0.gir | ||
GstTag-1.0.gir | ||
GstTranscoder-1.0.gir | ||
GstVa-1.0.gir | ||
GstValidate-1.0.gir | ||
GstVideo-1.0.gir | ||
GstVulkan-1.0.gir | ||
GstWebRTC-1.0.gir |