Release 1.27.1

This commit is contained in:
Tim-Philipp Müller 2025-07-08 19:55:15 +01:00
parent 336276be47
commit 1fa56616fb
55 changed files with 4042 additions and 13090 deletions

View File

@ -15629,7 +15629,7 @@ contains one frame)</doc>
<source-position filename="../subprojects/gst-editing-services/ges/ges-version.h"/>
<type name="gint" c:type="gint"/>
</constant>
<constant name="VERSION_MICRO" value="0" c:type="GES_VERSION_MICRO">
<constant name="VERSION_MICRO" value="1" c:type="GES_VERSION_MICRO">
<source-position filename="../subprojects/gst-editing-services/ges/ges-version.h"/>
<type name="gint" c:type="gint"/>
</constant>
@ -15637,7 +15637,7 @@ contains one frame)</doc>
<source-position filename="../subprojects/gst-editing-services/ges/ges-version.h"/>
<type name="gint" c:type="gint"/>
</constant>
<constant name="VERSION_NANO" value="1" c:type="GES_VERSION_NANO">
<constant name="VERSION_NANO" value="0" c:type="GES_VERSION_NANO">
<source-position filename="../subprojects/gst-editing-services/ges/ges-version.h"/>
<type name="gint" c:type="gint"/>
</constant>

View File

@ -52730,7 +52730,7 @@ determine a order for the two provided values.</doc>
<source-position filename="../subprojects/gstreamer/gst/gstversion.h"/>
<type name="gint" c:type="gint"/>
</constant>
<constant name="VERSION_MICRO" value="0" c:type="GST_VERSION_MICRO">
<constant name="VERSION_MICRO" value="1" c:type="GST_VERSION_MICRO">
<doc xml:space="preserve" filename="../subprojects/gstreamer/gst/gstversion.h">The micro version of GStreamer at compile time:</doc>
<source-position filename="../subprojects/gstreamer/gst/gstversion.h"/>
<type name="gint" c:type="gint"/>
@ -52740,7 +52740,7 @@ determine a order for the two provided values.</doc>
<source-position filename="../subprojects/gstreamer/gst/gstversion.h"/>
<type name="gint" c:type="gint"/>
</constant>
<constant name="VERSION_NANO" value="1" c:type="GST_VERSION_NANO">
<constant name="VERSION_NANO" value="0" c:type="GST_VERSION_NANO">
<doc xml:space="preserve" filename="../subprojects/gstreamer/gst/gstversion.h">The nano version of GStreamer at compile time:
Actual releases have 0, GIT versions have 1, prerelease versions have 2-...</doc>
<source-position filename="../subprojects/gstreamer/gst/gstversion.h"/>

View File

@ -2950,7 +2950,7 @@ in debugging.</doc>
<source-position filename="../subprojects/gst-plugins-base/gst-libs/gst/pbutils/gstpluginsbaseversion.h"/>
<type name="gint" c:type="gint"/>
</constant>
<constant name="PLUGINS_BASE_VERSION_MICRO" value="0" c:type="GST_PLUGINS_BASE_VERSION_MICRO">
<constant name="PLUGINS_BASE_VERSION_MICRO" value="1" c:type="GST_PLUGINS_BASE_VERSION_MICRO">
<doc xml:space="preserve" filename="../subprojects/gst-plugins-base/gst-libs/gst/pbutils/gstpluginsbaseversion.h">The micro version of GStreamer's gst-plugins-base libraries at compile time.</doc>
<source-position filename="../subprojects/gst-plugins-base/gst-libs/gst/pbutils/gstpluginsbaseversion.h"/>
<type name="gint" c:type="gint"/>
@ -2960,7 +2960,7 @@ in debugging.</doc>
<source-position filename="../subprojects/gst-plugins-base/gst-libs/gst/pbutils/gstpluginsbaseversion.h"/>
<type name="gint" c:type="gint"/>
</constant>
<constant name="PLUGINS_BASE_VERSION_NANO" value="1" c:type="GST_PLUGINS_BASE_VERSION_NANO">
<constant name="PLUGINS_BASE_VERSION_NANO" value="0" c:type="GST_PLUGINS_BASE_VERSION_NANO">
<doc xml:space="preserve" filename="../subprojects/gst-plugins-base/gst-libs/gst/pbutils/gstpluginsbaseversion.h">The nano version of GStreamer's gst-plugins-base libraries at compile time.
Actual releases have 0, GIT versions have 1, prerelease versions have 2-...</doc>
<source-position filename="../subprojects/gst-plugins-base/gst-libs/gst/pbutils/gstpluginsbaseversion.h"/>

View File

@ -1,5 +1,5 @@
project('gstreamer-full', 'c',
version : '1.27.0.1',
version : '1.27.1',
meson_version : '>= 1.4',
default_options : ['buildtype=debugoptimized',
# Needed due to https://github.com/mesonbuild/meson/issues/1889,

File diff suppressed because it is too large Load Diff

View File

@ -1,9 +1,9 @@
This is GStreamer gst-devtools 1.27.0.1.
This is GStreamer gst-devtools 1.27.1.
GStreamer 1.27 is the unstable development branch leading up to the next major
stable version which will be 1.28.
The 1.27 development series adds new features on top of the 1.24 series and is
The 1.27 development series adds new features on top of the 1.26 series and is
part of the API and ABI-stable 1.x release series of the GStreamer multimedia
framework.
@ -40,10 +40,6 @@ with other GStreamer modules for a complete multimedia experience.
where you can find audio and video decoders and encoders
for a wide variety of formats including H.264, AAC, etc.
- gstreamer-vaapi: hardware-accelerated video decoding and encoding using
VA-API on Linux. Primarily for Intel graphics hardware.
(Deprecated, use the new "va" plugin instead)
- gst-rtsp-server: library to serve files or streaming pipelines via RTSP
- gst-editing-services: library an plugins for non-linear editing

View File

@ -53,6 +53,16 @@
</GitRepository>
</repository>
<release>
<Version>
<revision>1.27.1</revision>
<branch>main</branch>
<name></name>
<created>2025-07-08</created>
<file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-devtools/gst-devtools-1.27.1.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.26.0</revision>

View File

@ -1,5 +1,5 @@
project('gst-devtools', 'c',
version : '1.27.0.1',
version : '1.27.1',
meson_version : '>= 1.4',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])

View File

@ -1,5 +1,5 @@
project('GStreamer manuals and tutorials', 'c',
version: '1.27.0.1',
version: '1.27.1',
meson_version : '>= 1.4')
hotdoc_p = find_program('hotdoc')

View File

@ -1623,6 +1623,32 @@
"GST_CORE_ERROR_TAG",
"GST_CORE_ERROR_THREAD",
"GST_CORE_ERROR_TOO_LAZY",
"GST_CTX_DEBUG",
"GST_CTX_DEBUG_ID",
"GST_CTX_DEBUG_OBJECT",
"GST_CTX_ERROR",
"GST_CTX_ERROR_ID",
"GST_CTX_ERROR_OBJECT",
"GST_CTX_FIXME",
"GST_CTX_FIXME_ID",
"GST_CTX_FIXME_OBJECT",
"GST_CTX_INFO",
"GST_CTX_INFO_ID",
"GST_CTX_INFO_OBJECT",
"GST_CTX_LEVEL_LOG",
"GST_CTX_LEVEL_LOG_ID",
"GST_CTX_LOG",
"GST_CTX_LOG_ID",
"GST_CTX_LOG_OBJECT",
"GST_CTX_MEMDUMP",
"GST_CTX_MEMDUMP_ID",
"GST_CTX_MEMDUMP_OBJECT",
"GST_CTX_TRACE",
"GST_CTX_TRACE_ID",
"GST_CTX_TRACE_OBJECT",
"GST_CTX_WARNING",
"GST_CTX_WARNING_ID",
"GST_CTX_WARNING_OBJECT",
"GST_CUDA_ALLOCATOR_CAST",
"GST_CUDA_ALLOCATOR_OPT_STREAM_ORDERED",
"GST_CUDA_BUFFER_COPY_CUDA",
@ -1786,6 +1812,8 @@
"GST_ELEMENT_CLOCK",
"GST_ELEMENT_ERROR",
"GST_ELEMENT_ERROR_WITH_DETAILS",
"GST_ELEMENT_ERROR_WITH_DETAILS_AND_LOG_CTX",
"GST_ELEMENT_ERROR_WITH_LOG_CTX",
"GST_ELEMENT_FACTORY_CAST",
"GST_ELEMENT_FACTORY_KLASS_DECODER",
"GST_ELEMENT_FACTORY_KLASS_DECRYPTOR",
@ -1839,8 +1867,11 @@
"GST_ELEMENT_FLAG_SINK",
"GST_ELEMENT_FLAG_SOURCE",
"GST_ELEMENT_FLOW_ERROR",
"GST_ELEMENT_FLOW_ERROR_WITH_LOG_CTX",
"GST_ELEMENT_INFO",
"GST_ELEMENT_INFO_WITH_DETAILS",
"GST_ELEMENT_INFO_WITH_DETAILS_AND_LOG_CTX",
"GST_ELEMENT_INFO_WITH_LOG_CTX",
"GST_ELEMENT_IS_LOCKED_STATE",
"GST_ELEMENT_MESSAGE_MAKE_DETAILS",
"GST_ELEMENT_METADATA_AUTHOR",
@ -1860,6 +1891,8 @@
"GST_ELEMENT_START_TIME",
"GST_ELEMENT_WARNING",
"GST_ELEMENT_WARNING_WITH_DETAILS",
"GST_ELEMENT_WARNING_WITH_DETAILS_AND_LOG_CTX",
"GST_ELEMENT_WARNING_WITH_LOG_CTX",
"GST_ENCODING_CATEGORY_CAPTURE",
"GST_ENCODING_CATEGORY_DEVICE",
"GST_ENCODING_CATEGORY_FILE_EXTENSION",
@ -2088,6 +2121,7 @@
"GST_GL_DISPLAY_TYPE_X11",
"GST_GL_DISPLAY_WAYLAND_CAST",
"GST_GL_DISPLAY_X11_CAST",
"GST_GL_DRM_FORMAT_DIRECT_IMPORT",
"GST_GL_DRM_FORMAT_INCLUDE_EMULATED",
"GST_GL_DRM_FORMAT_INCLUDE_EXTERNAL",
"GST_GL_DRM_FORMAT_LINEAR_ONLY",
@ -2699,6 +2733,21 @@
"GST_LOCK_FLAG_READWRITE",
"GST_LOCK_FLAG_WRITE",
"GST_LOG",
"GST_LOG_CONTEXT_BUILDER_NEW",
"GST_LOG_CONTEXT_BUILDER_SET_CATEGORY",
"GST_LOG_CONTEXT_BUILDER_SET_HASH_FLAGS",
"GST_LOG_CONTEXT_BUILDER_SET_INTERVAL",
"GST_LOG_CONTEXT_DEFAULT",
"GST_LOG_CONTEXT_FLAG_NONE",
"GST_LOG_CONTEXT_FLAG_THROTTLE",
"GST_LOG_CONTEXT_IGNORE_FILE",
"GST_LOG_CONTEXT_IGNORE_FORMAT",
"GST_LOG_CONTEXT_IGNORE_OBJECT",
"GST_LOG_CONTEXT_INIT",
"GST_LOG_CONTEXT_LAZY_INIT",
"GST_LOG_CONTEXT_STATIC_DEFINE",
"GST_LOG_CONTEXT_USE_LINE_NUMBER",
"GST_LOG_CONTEXT_USE_STRING_ARGS",
"GST_LOG_ID",
"GST_LOG_OBJECT",
"GST_MAKE_FOURCC",
@ -4844,14 +4893,22 @@
"GST_TASK_STOPPED",
"GST_TASK_WAIT",
"GST_TENSOR_DATA_TYPE_BFLOAT16",
"GST_TENSOR_DATA_TYPE_BOOL",
"GST_TENSOR_DATA_TYPE_COMPLEX128",
"GST_TENSOR_DATA_TYPE_COMPLEX64",
"GST_TENSOR_DATA_TYPE_FLOAT16",
"GST_TENSOR_DATA_TYPE_FLOAT32",
"GST_TENSOR_DATA_TYPE_FLOAT64",
"GST_TENSOR_DATA_TYPE_FLOAT8E4M3FN",
"GST_TENSOR_DATA_TYPE_FLOAT8E4M3FNUZ",
"GST_TENSOR_DATA_TYPE_FLOAT8E5M2",
"GST_TENSOR_DATA_TYPE_FLOAT8E5M2FNUZ",
"GST_TENSOR_DATA_TYPE_INT16",
"GST_TENSOR_DATA_TYPE_INT32",
"GST_TENSOR_DATA_TYPE_INT4",
"GST_TENSOR_DATA_TYPE_INT64",
"GST_TENSOR_DATA_TYPE_INT8",
"GST_TENSOR_DATA_TYPE_STRING",
"GST_TENSOR_DATA_TYPE_UINT16",
"GST_TENSOR_DATA_TYPE_UINT32",
"GST_TENSOR_DATA_TYPE_UINT4",
@ -5771,6 +5828,7 @@
"GST_VIDEO_FORMAT_NV12_8L128",
"GST_VIDEO_FORMAT_NV16",
"GST_VIDEO_FORMAT_NV16_10LE32",
"GST_VIDEO_FORMAT_NV16_10LE40",
"GST_VIDEO_FORMAT_NV21",
"GST_VIDEO_FORMAT_NV24",
"GST_VIDEO_FORMAT_NV61",
@ -6271,6 +6329,19 @@
"GST_WEBRTC_ERROR_TYPE_ERROR",
"GST_WEBRTC_FEC_TYPE_NONE",
"GST_WEBRTC_FEC_TYPE_ULP_RED",
"GST_WEBRTC_ICE_CANDIDATE_STATS_ADDRESS",
"GST_WEBRTC_ICE_CANDIDATE_STATS_FOUNDATION",
"GST_WEBRTC_ICE_CANDIDATE_STATS_PORT",
"GST_WEBRTC_ICE_CANDIDATE_STATS_PRIORITY",
"GST_WEBRTC_ICE_CANDIDATE_STATS_PROTOCOL",
"GST_WEBRTC_ICE_CANDIDATE_STATS_RELATED_ADDRESS",
"GST_WEBRTC_ICE_CANDIDATE_STATS_RELATED_PORT",
"GST_WEBRTC_ICE_CANDIDATE_STATS_RELAY_PROTOCOL",
"GST_WEBRTC_ICE_CANDIDATE_STATS_STREAM_ID",
"GST_WEBRTC_ICE_CANDIDATE_STATS_TCP_TYPE",
"GST_WEBRTC_ICE_CANDIDATE_STATS_TYPE",
"GST_WEBRTC_ICE_CANDIDATE_STATS_URL",
"GST_WEBRTC_ICE_CANDIDATE_STATS_USERNAME_FRAGMENT",
"GST_WEBRTC_ICE_COMPONENT_RTCP",
"GST_WEBRTC_ICE_COMPONENT_RTP",
"GST_WEBRTC_ICE_CONNECTION_STATE_CHECKING",
@ -6285,6 +6356,10 @@
"GST_WEBRTC_ICE_GATHERING_STATE_NEW",
"GST_WEBRTC_ICE_ROLE_CONTROLLED",
"GST_WEBRTC_ICE_ROLE_CONTROLLING",
"GST_WEBRTC_ICE_TCP_CANDIDATE_TYPE_ACTIVE",
"GST_WEBRTC_ICE_TCP_CANDIDATE_TYPE_NONE",
"GST_WEBRTC_ICE_TCP_CANDIDATE_TYPE_PASSIVE",
"GST_WEBRTC_ICE_TCP_CANDIDATE_TYPE_SO",
"GST_WEBRTC_ICE_TRANSPORT_POLICY_ALL",
"GST_WEBRTC_ICE_TRANSPORT_POLICY_RELAY",
"GST_WEBRTC_KIND_AUDIO",
@ -6731,6 +6806,9 @@
"GstAggregatorPad.parent",
"GstAggregatorPad.segment",
"GstAggregatorPad::buffer-consumed",
"GstAggregatorPad:current-level-buffers",
"GstAggregatorPad:current-level-bytes",
"GstAggregatorPad:current-level-time",
"GstAggregatorPad:emit-signals",
"GstAggregatorPadClass.flush",
"GstAggregatorPadClass.parent_class",
@ -7131,12 +7209,20 @@
"GstAppSink::try-pull-sample",
"GstAppSink:buffer-list",
"GstAppSink:caps",
"GstAppSink:current-level-buffers",
"GstAppSink:current-level-bytes",
"GstAppSink:current-level-time",
"GstAppSink:drop",
"GstAppSink:dropped",
"GstAppSink:emit-signals",
"GstAppSink:eos",
"GstAppSink:in",
"GstAppSink:leaky-type",
"GstAppSink:max-buffers",
"GstAppSink:max-bytes",
"GstAppSink:max-time",
"GstAppSink:out",
"GstAppSink:silent",
"GstAppSink:wait-on-eos",
"GstAppSinkCallbacks",
"GstAppSinkClass.basesink_class",
@ -7170,10 +7256,12 @@
"GstAppSrc:current-level-buffers",
"GstAppSrc:current-level-bytes",
"GstAppSrc:current-level-time",
"GstAppSrc:dropped",
"GstAppSrc:duration",
"GstAppSrc:emit-signals",
"GstAppSrc:format",
"GstAppSrc:handle-segment-change",
"GstAppSrc:in",
"GstAppSrc:is-live",
"GstAppSrc:leaky-type",
"GstAppSrc:max-buffers",
@ -7182,6 +7270,8 @@
"GstAppSrc:max-time",
"GstAppSrc:min-latency",
"GstAppSrc:min-percent",
"GstAppSrc:out",
"GstAppSrc:silent",
"GstAppSrc:size",
"GstAppSrc:stream-type",
"GstAppSrcCallbacks",
@ -8073,6 +8163,7 @@
"GstBaseParse.segment",
"GstBaseParse.sinkpad",
"GstBaseParse.srcpad",
"GstBaseParse:disable-clip",
"GstBaseParse:disable-passthrough",
"GstBaseParseClass.convert",
"GstBaseParseClass.detect",
@ -8793,6 +8884,8 @@
"GstCircleGeometricTransform:radius",
"GstCircleGeometricTransform:x-center",
"GstCircleGeometricTransform:y-center",
"GstClassifierTensorDecoder!sink",
"GstClassifierTensorDecoder!src",
"GstClock",
"GstClock.object",
"GstClock::synced",
@ -10786,6 +10879,8 @@
"GstFaceDetectUpdates::none",
"GstFaceDetectUpdates::on_change",
"GstFaceDetectUpdates::on_face",
"GstFaceDetectorTensorDecoder!sink",
"GstFaceDetectorTensorDecoder!src",
"GstFaceOverlay",
"GstFaceOverlay!sink",
"GstFaceOverlay!src",
@ -11895,6 +11990,12 @@
"GstH264DecoderConfigRecord",
"GstH264Dpb",
"GstH264DpbBumpMode",
"GstH264Encoder",
"GstH264Encoder:b-frames",
"GstH264Encoder:b-pyramid",
"GstH264Encoder:i-frames",
"GstH264Encoder:idr-period",
"GstH264Encoder:num-ref-frames",
"GstH264FramePacking",
"GstH264FramePackingType",
"GstH264HRDParams",
@ -12152,6 +12253,43 @@
"GstHarnessPrepareBufferFunc",
"GstHarnessPrepareEventFunc",
"GstHarnessThread",
"GstHipBaseConvert",
"GstHipBaseFilter",
"GstHipBaseFilter:device-id",
"GstHipBaseFilter:vendor",
"GstHipCompositor!sink_%u",
"GstHipCompositor!src",
"GstHipCompositorOperator",
"GstHipCompositorOperator::over",
"GstHipCompositorOperator::source",
"GstHipCompositorPad",
"GstHipCompositorPad:alpha",
"GstHipCompositorPad:height",
"GstHipCompositorPad:operator",
"GstHipCompositorPad:sizing-policy",
"GstHipCompositorPad:width",
"GstHipCompositorPad:xpos",
"GstHipCompositorPad:ypos",
"GstHipCompositorSizingPolicy",
"GstHipCompositorSizingPolicy::keep-aspect-ratio",
"GstHipCompositorSizingPolicy::none",
"GstHipConvert!sink",
"GstHipConvert!src",
"GstHipConvertScale!sink",
"GstHipConvertScale!src",
"GstHipDownload!sink",
"GstHipDownload!src",
"GstHipMemoryCopy",
"GstHipMemoryCopy:device-id",
"GstHipMemoryCopy:vendor",
"GstHipScale!sink",
"GstHipScale!src",
"GstHipUpload!sink",
"GstHipUpload!src",
"GstHipVendor",
"GstHipVendor::amd",
"GstHipVendor::nvidia",
"GstHipVendor::unknown",
"GstHlsSink",
"GstHlsSink!sink",
"GstHlsSink2",
@ -12637,6 +12775,10 @@
"GstLiveAdder!src",
"GstLiveAdder:latency",
"GstLockFlags",
"GstLogContext",
"GstLogContextBuilder",
"GstLogContextFlags",
"GstLogContextHashFlags",
"GstLogFunction",
"GstLogTracer",
"GstMFAacDec!sink",
@ -12943,6 +13085,9 @@
"GstMirrorMode::left",
"GstMirrorMode::right",
"GstMirrorMode::top",
"GstMlInputImageFormat",
"GstMlInputImageFormat::chw",
"GstMlInputImageFormat::hwc",
"GstModPlug",
"GstModPlug!sink",
"GstModPlug!src",
@ -14320,6 +14465,16 @@
"GstOgmVideoParse",
"GstOgmVideoParse!sink",
"GstOgmVideoParse!src",
"GstOnnxExecutionProvider",
"GstOnnxExecutionProvider::cpu",
"GstOnnxExecutionProvider::cuda",
"GstOnnxInference!sink",
"GstOnnxInference!src",
"GstOnnxOptimizationLevel",
"GstOnnxOptimizationLevel::disable-all",
"GstOnnxOptimizationLevel::enable-all",
"GstOnnxOptimizationLevel::enable-basic",
"GstOnnxOptimizationLevel::enable-extended",
"GstOpTV",
"GstOpTV!sink",
"GstOpTV!src",
@ -15110,8 +15265,10 @@
"GstQsvCodingOption::unknown",
"GstQsvDecoder",
"GstQsvDecoder:adapter-luid",
"GstQsvDecoder:device-path",
"GstQsvEncoder",
"GstQsvEncoder:adapter-luid",
"GstQsvEncoder:device-path",
"GstQsvEncoder:low-latency",
"GstQsvEncoder:target-usage",
"GstQsvH264Dec!sink",
@ -16123,6 +16280,7 @@
"GstRealAudioDemux!src",
"GstReferenceTimestampMeta",
"GstReferenceTimestampMeta.duration",
"GstReferenceTimestampMeta.info",
"GstReferenceTimestampMeta.parent",
"GstReferenceTimestampMeta.reference",
"GstReferenceTimestampMeta.timestamp",
@ -17305,6 +17463,7 @@
"GstSharedTaskPool.parent",
"GstSharedTaskPoolClass.parent_class",
"GstShmAllocator",
"GstShmAllocator.parent_instance",
"GstShmAllocatorClass.parent_class",
"GstShmSink",
"GstShmSink!sink",
@ -18580,6 +18739,7 @@
"GstVaBaseEnc:device-path",
"GstVaBaseTransform",
"GstVaBaseTransform:device-path",
"GstVaCodecAlphaDecodeBin",
"GstVaCompositor!sink_%u",
"GstVaCompositor!src",
"GstVaCompositorPad",
@ -18638,10 +18798,14 @@
"GstVaH264Dec!src",
"GstVaH264Enc!sink",
"GstVaH264Enc!src",
"GstVaH264LPEnc!sink",
"GstVaH264LPEnc!src",
"GstVaH265Dec!sink",
"GstVaH265Dec!src",
"GstVaH265Enc!sink",
"GstVaH265Enc!src",
"GstVaH265LPEnc!sink",
"GstVaH265LPEnc!src",
"GstVaImplementation",
"GstVaInterpolationMethod",
"GstVaInterpolationMethod::advanced",
@ -18650,6 +18814,8 @@
"GstVaInterpolationMethod::nearest-neighbor",
"GstVaJpegDec!sink",
"GstVaJpegDec!src",
"GstVaJpegEnc!sink",
"GstVaJpegEnc!src",
"GstVaMpeg2Dec!sink",
"GstVaMpeg2Dec!src",
"GstVaPool",
@ -18659,8 +18825,12 @@
"GstVaScaleMethod::default",
"GstVaScaleMethod::fast",
"GstVaScaleMethod::hq",
"GstVaVp8AlphaDecodeBin!sink",
"GstVaVp8AlphaDecodeBin!src",
"GstVaVp8Dec!sink",
"GstVaVp8Dec!src",
"GstVaVp9AlphaDecodeBin!sink",
"GstVaVp9AlphaDecodeBin!src",
"GstVaVp9Dec!sink",
"GstVaVp9Dec!src",
"GstValidateAction",
@ -18917,12 +19087,14 @@
"GstValueCompareFunc",
"GstValueDeserializeFunc",
"GstValueDeserializeWithPSpecFunc",
"GstValueHashFunc",
"GstValueList",
"GstValueSerializeFunc",
"GstValueTable",
"GstValueTable.compare",
"GstValueTable.deserialize",
"GstValueTable.deserialize_with_pspec",
"GstValueTable.hash",
"GstValueTable.serialize",
"GstValueTable.type",
"GstValve",
@ -19948,6 +20120,11 @@
"GstVulkanEncodeQueryResult.data_size",
"GstVulkanEncodeQueryResult.offset",
"GstVulkanEncodeQueryResult.status",
"GstVulkanEncoderRateControlMode",
"GstVulkanEncoderRateControlMode::cbr",
"GstVulkanEncoderRateControlMode::cqp",
"GstVulkanEncoderRateControlMode::default",
"GstVulkanEncoderRateControlMode::vbr",
"GstVulkanError",
"GstVulkanFence",
"GstVulkanFence.cache",
@ -19998,10 +20175,10 @@
"GstVulkanFullScreenQuadClass.parent_class",
"GstVulkanH264Decoder!sink",
"GstVulkanH264Decoder!src",
"GstVulkanH265Decoder!sink",
"GstVulkanH265Decoder!src",
"GstVulkanH264Encoder!sink",
"GstVulkanH264Encoder!src",
"GstVulkanH265Decoder!sink",
"GstVulkanH265Decoder!src",
"GstVulkanHandle",
"GstVulkanHandle.device",
"GstVulkanHandle.handle",
@ -20424,6 +20601,11 @@
"GstWebRTCICE:max-rtp-port",
"GstWebRTCICE:min-rtp-port",
"GstWebRTCICECandidateStats",
"GstWebRTCICECandidateStats.ABI.abi.foundation",
"GstWebRTCICECandidateStats.ABI.abi.related_address",
"GstWebRTCICECandidateStats.ABI.abi.related_port",
"GstWebRTCICECandidateStats.ABI.abi.tcp_type",
"GstWebRTCICECandidateStats.ABI.abi.username_fragment",
"GstWebRTCICECandidateStats._gst_reserved",
"GstWebRTCICECandidateStats.ipaddr",
"GstWebRTCICECandidateStats.port",
@ -20468,6 +20650,7 @@
"GstWebRTCICEStreamClass.parent_class",
"GstWebRTCICEStreamClass::find_transport",
"GstWebRTCICEStreamClass::gather_candidates",
"GstWebRTCICETcpCandidateType",
"GstWebRTCICETransport",
"GstWebRTCICETransport._padding",
"GstWebRTCICETransport.component",
@ -20856,6 +21039,7 @@
"MpegTSBase",
"MpegTSBase:ignore-pcr",
"MpegTSBase:parse-private-sections",
"MpegTSBase:skew-corrections",
"MpegTSParse2",
"MpegTSParse2!program_%u",
"MpegTSParse2!sink",
@ -21601,6 +21785,7 @@
"_GstH264PPS.slice_group_change_rate_minus1",
"_GstH264PPS.slice_group_id",
"_GstH264PPS.slice_group_map_type",
"_GstH264PPS.sps_id",
"_GstH264PPS.top_left",
"_GstH264PPS.transform_8x8_mode_flag",
"_GstH264PPS.valid",
@ -21752,6 +21937,7 @@
"_GstH264SliceHdr.pic_order_cnt_bit_size",
"_GstH264SliceHdr.pic_order_cnt_lsb",
"_GstH264SliceHdr.pps",
"_GstH264SliceHdr.pps_id",
"_GstH264SliceHdr.pred_weight_table",
"_GstH264SliceHdr.redundant_pic_cnt",
"_GstH264SliceHdr.ref_pic_list_modification_flag_l0",
@ -22182,6 +22368,7 @@
"_GstH265SliceHdr.pic_output_flag",
"_GstH265SliceHdr.poc_lsb_lt",
"_GstH265SliceHdr.pps",
"_GstH265SliceHdr.pps_id",
"_GstH265SliceHdr.pred_weight_table",
"_GstH265SliceHdr.qp_delta",
"_GstH265SliceHdr.ref_pic_list_modification",
@ -24144,12 +24331,20 @@
"appsink::try-pull-sample",
"appsink:buffer-list",
"appsink:caps",
"appsink:current-level-buffers",
"appsink:current-level-bytes",
"appsink:current-level-time",
"appsink:drop",
"appsink:dropped",
"appsink:emit-signals",
"appsink:eos",
"appsink:in",
"appsink:leaky-type",
"appsink:max-buffers",
"appsink:max-bytes",
"appsink:max-time",
"appsink:out",
"appsink:silent",
"appsink:wait-on-eos",
"appsrc",
"appsrc::end-of-stream",
@ -24164,10 +24359,12 @@
"appsrc:current-level-buffers",
"appsrc:current-level-bytes",
"appsrc:current-level-time",
"appsrc:dropped",
"appsrc:duration",
"appsrc:emit-signals",
"appsrc:format",
"appsrc:handle-segment-change",
"appsrc:in",
"appsrc:is-live",
"appsrc:leaky-type",
"appsrc:max-buffers",
@ -24176,6 +24373,8 @@
"appsrc:max-time",
"appsrc:min-latency",
"appsrc:min-percent",
"appsrc:out",
"appsrc:silent",
"appsrc:size",
"appsrc:stream-type",
"asfdemux",
@ -36391,6 +36590,9 @@
"circle:angle",
"circle:height",
"circle:spread-angle",
"classifiertensordecoder",
"classifiertensordecoder:class-confidence-threshold",
"classifiertensordecoder:labels-file",
"clockoverlay",
"clockoverlay:time-format",
"clockselect",
@ -39090,6 +39292,9 @@
"facedetect:profile",
"facedetect:scale-factor",
"facedetect:updates",
"facedetector",
"facedetector:iou-threshold",
"facedetector:score-threshold",
"faceoverlay",
"faceoverlay:h",
"faceoverlay:location",
@ -41186,6 +41391,8 @@
"gst_analytics_cls_mtd_get_level",
"gst_analytics_cls_mtd_get_mtd_type",
"gst_analytics_cls_mtd_get_quark",
"gst_analytics_image_util_iou_float",
"gst_analytics_image_util_iou_int",
"gst_analytics_mtd_get_id",
"gst_analytics_mtd_get_mtd_type",
"gst_analytics_mtd_get_size",
@ -41229,8 +41436,12 @@
"gst_ancillary_meta_get_info",
"gst_app_sink_get_buffer_list_support",
"gst_app_sink_get_caps",
"gst_app_sink_get_current_level_buffers",
"gst_app_sink_get_current_level_bytes",
"gst_app_sink_get_current_level_time",
"gst_app_sink_get_drop",
"gst_app_sink_get_emit_signals",
"gst_app_sink_get_leaky_type",
"gst_app_sink_get_max_buffers",
"gst_app_sink_get_max_bytes",
"gst_app_sink_get_max_time",
@ -41244,6 +41455,7 @@
"gst_app_sink_set_caps",
"gst_app_sink_set_drop",
"gst_app_sink_set_emit_signals",
"gst_app_sink_set_leaky_type",
"gst_app_sink_set_max_buffers",
"gst_app_sink_set_max_bytes",
"gst_app_sink_set_max_time",
@ -42426,9 +42638,15 @@
"gst_debug_log_get_line",
"gst_debug_log_id",
"gst_debug_log_id_literal",
"gst_debug_log_id_literal_with_context",
"gst_debug_log_id_valist",
"gst_debug_log_id_with_context",
"gst_debug_log_id_with_context_valist",
"gst_debug_log_literal",
"gst_debug_log_literal_with_context",
"gst_debug_log_valist",
"gst_debug_log_with_context",
"gst_debug_log_with_context_valist",
"gst_debug_message_get",
"gst_debug_message_get_id",
"gst_debug_print_object",
@ -42857,6 +43075,7 @@
"gst_event_unref",
"gst_event_writable_structure",
"gst_fd_allocator_alloc",
"gst_fd_allocator_alloc_full",
"gst_fd_allocator_new",
"gst_fd_memory_get_fd",
"gst_filename_to_uri",
@ -43172,6 +43391,7 @@
"gst_gl_window_error_quark",
"gst_gl_window_get_context",
"gst_gl_window_get_display",
"gst_gl_window_get_request_output_surface",
"gst_gl_window_get_surface_dimensions",
"gst_gl_window_get_window_handle",
"gst_gl_window_handle_events",
@ -43190,6 +43410,7 @@
"gst_gl_window_set_draw_callback",
"gst_gl_window_set_preferred_size",
"gst_gl_window_set_render_rectangle",
"gst_gl_window_set_request_output_surface",
"gst_gl_window_set_resize_callback",
"gst_gl_window_set_window_handle",
"gst_gl_window_show",
@ -43338,6 +43559,7 @@
"gst_h265_parser_identify_nalu_unchecked",
"gst_h265_parser_insert_sei",
"gst_h265_parser_insert_sei_hevc",
"gst_h265_parser_link_slice_hdr",
"gst_h265_parser_new",
"gst_h265_parser_parse_decoder_config_record",
"gst_h265_parser_parse_nal",
@ -43597,6 +43819,14 @@
"gst_lcevc_meta_api_get_type",
"gst_lcevc_meta_get_info",
"gst_lfo_control_source_new",
"gst_log_context_builder_build",
"gst_log_context_builder_new",
"gst_log_context_builder_set_category",
"gst_log_context_builder_set_hash_flags",
"gst_log_context_builder_set_interval",
"gst_log_context_free",
"gst_log_context_get_category",
"gst_log_context_reset",
"gst_make_element_message_details",
"gst_media_source_add_source_buffer",
"gst_media_source_attach",
@ -43753,6 +43983,7 @@
"gst_meta_api_type_has_tag",
"gst_meta_api_type_register",
"gst_meta_api_type_set_params_aggregator",
"gst_meta_api_type_tags_contain_only",
"gst_meta_compare_seqnum",
"gst_meta_deserialize",
"gst_meta_get_info",
@ -44055,6 +44286,7 @@
"gst_navigation_send_mouse_scroll_event",
"gst_net_address_meta_api_get_type",
"gst_net_address_meta_get_info",
"gst_net_client_clock_deinit",
"gst_net_client_clock_new",
"gst_net_control_message_meta_api_get_type",
"gst_net_control_message_meta_get_info",
@ -45570,6 +45802,7 @@
"gst_sdp_media_add_bandwidth",
"gst_sdp_media_add_connection",
"gst_sdp_media_add_format",
"gst_sdp_media_add_media_from_structure",
"gst_sdp_media_as_text",
"gst_sdp_media_attributes_len",
"gst_sdp_media_attributes_to_caps",
@ -45773,6 +46006,7 @@
"gst_structure_get",
"gst_structure_get_array",
"gst_structure_get_boolean",
"gst_structure_get_caps",
"gst_structure_get_clock_time",
"gst_structure_get_date",
"gst_structure_get_date_time",
@ -45822,6 +46056,7 @@
"gst_structure_intersect",
"gst_structure_is_equal",
"gst_structure_is_subset",
"gst_structure_is_writable",
"gst_structure_map_in_place",
"gst_structure_map_in_place_id_str",
"gst_structure_n_fields",
@ -46005,13 +46240,17 @@
"gst_task_start",
"gst_task_stop",
"gst_tensor_alloc",
"gst_tensor_check_type",
"gst_tensor_copy",
"gst_tensor_data_type_get_name",
"gst_tensor_free",
"gst_tensor_get_dims",
"gst_tensor_meta_api_get_type",
"gst_tensor_meta_get",
"gst_tensor_meta_get_by_id",
"gst_tensor_meta_get_index_from_id",
"gst_tensor_meta_get_info",
"gst_tensor_meta_get_typed_tensor",
"gst_tensor_meta_set",
"gst_tensor_new_simple",
"gst_test_clock_advance_time",
@ -46492,6 +46731,7 @@
"gst_value_get_int_range_step",
"gst_value_get_sample",
"gst_value_get_structure",
"gst_value_hash",
"gst_value_init_and_copy",
"gst_value_intersect",
"gst_value_is_fixed",
@ -47358,6 +47598,17 @@
"hdv1394src:guid",
"hdv1394src:port",
"hdv1394src:use-avc",
"hipcompositor",
"hipcompositor:device-id",
"hipcompositor:ignore-inactive-pads",
"hipcompositor:vendor",
"hipconvert",
"hipconvertscale",
"hipconvertscale:add-borders",
"hipdownload",
"hipscale",
"hipscale:add-borders",
"hipupload",
"hlsdemux",
"hlsdemux2",
"hlsdemux2:start-bitrate",
@ -68694,6 +68945,7 @@
"nvvp9sldec:cuda-device-id",
"objectdetectionoverlay",
"objectdetectionoverlay:draw-labels",
"objectdetectionoverlay:filled-box",
"objectdetectionoverlay:labels-color",
"objectdetectionoverlay:object-detection-outline-color",
"oggaviparse",
@ -68707,6 +68959,13 @@
"ogmaudioparse",
"ogmtextparse",
"ogmvideoparse",
"onnxinference",
"onnxinference:execution-provider",
"onnxinference:input-image-format",
"onnxinference:input-tensor-offset",
"onnxinference:input-tensor-scale",
"onnxinference:model-file",
"onnxinference:optimization-level",
"openalsink",
"openalsink:device",
"openalsink:device-name",
@ -69087,6 +69346,7 @@
"plugin-gsm",
"plugin-gtk",
"plugin-gtkwayland",
"plugin-hip",
"plugin-hls",
"plugin-icydemux",
"plugin-id3demux",
@ -69147,6 +69407,7 @@
"plugin-nvdswrapper",
"plugin-ogg",
"plugin-omx",
"plugin-onnx",
"plugin-openal",
"plugin-openaptx",
"plugin-opencv",
@ -70344,6 +70605,7 @@
"scenechange",
"sctpdec",
"sctpdec::reset-stream",
"sctpdec:automatic-association-id",
"sctpdec:local-sctp-port",
"sctpdec:sctp-association-id",
"sctpenc",
@ -70989,6 +71251,7 @@
"unalignedaudioparse",
"unalignedvideoparse",
"unixfdsink",
"unixfdsink:min-memory-size",
"unixfdsink:socket-path",
"unixfdsink:socket-type",
"unixfdsink:wait-for-connection",
@ -71239,6 +71502,29 @@
"vah264enc:target-percentage",
"vah264enc:target-usage",
"vah264enc:trellis",
"vah264lpenc",
"vah264lpenc:aud",
"vah264lpenc:b-frames",
"vah264lpenc:b-pyramid",
"vah264lpenc:bitrate",
"vah264lpenc:cabac",
"vah264lpenc:cc-insert",
"vah264lpenc:cpb-size",
"vah264lpenc:dct8x8",
"vah264lpenc:i-frames",
"vah264lpenc:key-int-max",
"vah264lpenc:max-qp",
"vah264lpenc:mbbrc",
"vah264lpenc:min-qp",
"vah264lpenc:num-slices",
"vah264lpenc:qpb",
"vah264lpenc:qpi",
"vah264lpenc:qpp",
"vah264lpenc:rate-control",
"vah264lpenc:ref-frames",
"vah264lpenc:target-percentage",
"vah264lpenc:target-usage",
"vah264lpenc:trellis",
"vah265dec",
"vah265dec:device-path",
"vah265enc",
@ -71263,8 +71549,32 @@
"vah265enc:target-percentage",
"vah265enc:target-usage",
"vah265enc:trellis",
"vah265lpenc",
"vah265lpenc:aud",
"vah265lpenc:b-frames",
"vah265lpenc:b-pyramid",
"vah265lpenc:bitrate",
"vah265lpenc:cpb-size",
"vah265lpenc:i-frames",
"vah265lpenc:key-int-max",
"vah265lpenc:max-qp",
"vah265lpenc:mbbrc",
"vah265lpenc:min-qp",
"vah265lpenc:num-slices",
"vah265lpenc:num-tile-cols",
"vah265lpenc:num-tile-rows",
"vah265lpenc:qpb",
"vah265lpenc:qpi",
"vah265lpenc:qpp",
"vah265lpenc:rate-control",
"vah265lpenc:ref-frames",
"vah265lpenc:target-percentage",
"vah265lpenc:target-usage",
"vah265lpenc:trellis",
"vajpegdec",
"vajpegdec:device-path",
"vajpegenc",
"vajpegenc:quality",
"value",
"valve",
"valve:drop",
@ -71273,11 +71583,23 @@
"vampeg2dec:device-path",
"vapostproc",
"vapostproc:add-borders",
"vapostproc:auto-contrast",
"vapostproc:brightness",
"vapostproc:contrast",
"vapostproc:denoise",
"vapostproc:disable-passthrough",
"vapostproc:hdr-tone-mapping",
"vapostproc:hue",
"vapostproc:interpolation-method",
"vapostproc:saturation",
"vapostproc:scale-method",
"vapostproc:sharpen",
"vapostproc:skin-tone",
"vapostproc:video-direction",
"vavp8alphadecodebin",
"vavp8dec",
"vavp8dec:device-path",
"vavp9alphadecodebin",
"vavp9dec",
"vavp9dec:device-path",
"vc1parse",
@ -71532,8 +71854,17 @@
"vulkancolorconvert",
"vulkandownload",
"vulkanh264dec",
"vulkanh265dec",
"vulkanh264enc",
"vulkanh264enc:aud",
"vulkanh264enc:bitrate",
"vulkanh264enc:max-qp",
"vulkanh264enc:min-qp",
"vulkanh264enc:qp-b",
"vulkanh264enc:qp-i",
"vulkanh264enc:qp-p",
"vulkanh264enc:quality",
"vulkanh264enc:rate-control",
"vulkanh265dec",
"vulkanimageidentity",
"vulkanoverlaycompositor",
"vulkanshaderspv",
@ -71607,6 +71938,7 @@
"waylandsink",
"waylandsink:display",
"waylandsink:drm-device",
"waylandsink:force-aspect-ratio",
"waylandsink:fullscreen",
"waylandsink:render-rectangle",
"waylandsink:rotate-method",
@ -71768,18 +72100,18 @@
"wpesrc:draw-background",
"wpesrc:location",
"wpevideosrc",
"wpevideosrc2",
"wpevideosrc2::configure-web-view",
"wpevideosrc2::load-bytes",
"wpevideosrc2::run-javascript",
"wpevideosrc2::wpe-view-created",
"wpevideosrc2:draw-background",
"wpevideosrc2:location",
"wpevideosrc::configure-web-view",
"wpevideosrc::load-bytes",
"wpevideosrc::run-javascript",
"wpevideosrc:draw-background",
"wpevideosrc:location",
"wpevideosrc2",
"wpevideosrc2::configure-web-view",
"wpevideosrc2::load-bytes",
"wpevideosrc2::wpe-view-created",
"wpevideosrc2::run-javascript",
"wpevideosrc2:draw-background",
"wpevideosrc2:location",
"wrappercamerabinsrc",
"wrappercamerabinsrc:video-source",
"wrappercamerabinsrc:video-source-filter",
@ -71890,4 +72222,4 @@
"zxing:message",
"zxing:try-faster",
"zxing:try-rotate"
]
]

View File

@ -1 +1 @@
1.26
1.27

File diff suppressed because it is too large Load Diff

View File

@ -1,9 +1,9 @@
This is GStreamer gst-editing-services 1.27.0.1.
This is GStreamer gst-editing-services 1.27.1.
GStreamer 1.27 is the unstable development branch leading up to the next major
stable version which will be 1.28.
The 1.27 development series adds new features on top of the 1.24 series and is
The 1.27 development series adds new features on top of the 1.26 series and is
part of the API and ABI-stable 1.x release series of the GStreamer multimedia
framework.
@ -40,10 +40,6 @@ with other GStreamer modules for a complete multimedia experience.
where you can find audio and video decoders and encoders
for a wide variety of formats including H.264, AAC, etc.
- gstreamer-vaapi: hardware-accelerated video decoding and encoding using
VA-API on Linux. Primarily for Intel graphics hardware.
(Deprecated, use the new "va" plugin instead)
- gst-rtsp-server: library to serve files or streaming pipelines via RTSP
- gst-editing-services: library an plugins for non-linear editing

View File

@ -30,6 +30,16 @@ GStreamer library for creating audio and video editors
</GitRepository>
</repository>
<release>
<Version>
<revision>1.27.1</revision>
<branch>main</branch>
<name></name>
<created>2025-07-08</created>
<file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-editing-services/gst-editing-services-1.27.1.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.26.0</revision>

View File

@ -1,5 +1,5 @@
project('gst-editing-services', 'c',
version : '1.27.0.1',
version : '1.27.1',
meson_version : '>= 1.4',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])

View File

@ -1,5 +1,5 @@
project('gst-examples', 'c',
version : '1.27.0.1',
version : '1.27.1',
meson_version : '>=1.0')
static_build = get_option('default_library') == 'static'

View File

@ -1 +1 @@
project('gst-integration-testsuites', [], version: '1.27.0.1', meson_version : '>= 1.4', license: 'LGPL')
project('gst-integration-testsuites', [], version: '1.27.1', meson_version : '>= 1.4', license: 'LGPL')

File diff suppressed because it is too large Load Diff

View File

@ -1,9 +1,9 @@
This is GStreamer gst-libav 1.27.0.1.
This is GStreamer gst-libav 1.27.1.
GStreamer 1.27 is the unstable development branch leading up to the next major
stable version which will be 1.28.
The 1.27 development series adds new features on top of the 1.24 series and is
The 1.27 development series adds new features on top of the 1.26 series and is
part of the API and ABI-stable 1.x release series of the GStreamer multimedia
framework.
@ -40,10 +40,6 @@ with other GStreamer modules for a complete multimedia experience.
where you can find audio and video decoders and encoders
for a wide variety of formats including H.264, AAC, etc.
- gstreamer-vaapi: hardware-accelerated video decoding and encoding using
VA-API on Linux. Primarily for Intel graphics hardware.
(Deprecated, use the new "va" plugin instead)
- gst-rtsp-server: library to serve files or streaming pipelines via RTSP
- gst-editing-services: library an plugins for non-linear editing

View File

@ -32,6 +32,16 @@ colorspace conversion elements.
</GitRepository>
</repository>
<release>
<Version>
<revision>1.27.1</revision>
<branch>main</branch>
<name></name>
<created>2025-07-08</created>
<file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.27.1.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.26.0</revision>

View File

@ -1,5 +1,5 @@
project('gst-libav', 'c',
version : '1.27.0.1',
version : '1.27.1',
meson_version : '>= 1.4',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])

File diff suppressed because it is too large Load Diff

View File

@ -1,9 +1,9 @@
This is GStreamer gst-plugins-bad 1.27.0.1.
This is GStreamer gst-plugins-bad 1.27.1.
GStreamer 1.27 is the unstable development branch leading up to the next major
stable version which will be 1.28.
The 1.27 development series adds new features on top of the 1.24 series and is
The 1.27 development series adds new features on top of the 1.26 series and is
part of the API and ABI-stable 1.x release series of the GStreamer multimedia
framework.
@ -40,10 +40,6 @@ with other GStreamer modules for a complete multimedia experience.
where you can find audio and video decoders and encoders
for a wide variety of formats including H.264, AAC, etc.
- gstreamer-vaapi: hardware-accelerated video decoding and encoding using
VA-API on Linux. Primarily for Intel graphics hardware.
(Deprecated, use the new "va" plugin instead)
- gst-rtsp-server: library to serve files or streaming pipelines via RTSP
- gst-editing-services: library an plugins for non-linear editing

View File

@ -33,6 +33,16 @@ real live maintainer, or some actual wide use.
</GitRepository>
</repository>
<release>
<Version>
<revision>1.27.1</revision>
<branch>main</branch>
<name></name>
<created>2025-07-08</created>
<file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.27.1.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.26.0</revision>

View File

@ -1,5 +1,5 @@
project('gst-plugins-bad', 'c', 'cpp',
version : '1.27.0.1',
version : '1.27.1',
meson_version : '>= 1.4',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])

File diff suppressed because it is too large Load Diff

View File

@ -1,9 +1,9 @@
This is GStreamer gst-plugins-base 1.27.0.1.
This is GStreamer gst-plugins-base 1.27.1.
GStreamer 1.27 is the unstable development branch leading up to the next major
stable version which will be 1.28.
The 1.27 development series adds new features on top of the 1.24 series and is
The 1.27 development series adds new features on top of the 1.26 series and is
part of the API and ABI-stable 1.x release series of the GStreamer multimedia
framework.
@ -40,10 +40,6 @@ with other GStreamer modules for a complete multimedia experience.
where you can find audio and video decoders and encoders
for a wide variety of formats including H.264, AAC, etc.
- gstreamer-vaapi: hardware-accelerated video decoding and encoding using
VA-API on Linux. Primarily for Intel graphics hardware.
(Deprecated, use the new "va" plugin instead)
- gst-rtsp-server: library to serve files or streaming pipelines via RTSP
- gst-editing-services: library an plugins for non-linear editing

View File

@ -34,6 +34,16 @@ A wide range of video and audio decoders, encoders, and filters are included.
</GitRepository>
</repository>
<release>
<Version>
<revision>1.27.1</revision>
<branch>main</branch>
<name></name>
<created>2025-07-08</created>
<file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.27.1.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.26.0</revision>

View File

@ -1,5 +1,5 @@
project('gst-plugins-base', 'c',
version : '1.27.0.1',
version : '1.27.1',
meson_version : '>= 1.4',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])

File diff suppressed because it is too large Load Diff

View File

@ -1,9 +1,9 @@
This is GStreamer gst-plugins-good 1.27.0.1.
This is GStreamer gst-plugins-good 1.27.1.
GStreamer 1.27 is the unstable development branch leading up to the next major
stable version which will be 1.28.
The 1.27 development series adds new features on top of the 1.24 series and is
The 1.27 development series adds new features on top of the 1.26 series and is
part of the API and ABI-stable 1.x release series of the GStreamer multimedia
framework.
@ -40,10 +40,6 @@ with other GStreamer modules for a complete multimedia experience.
where you can find audio and video decoders and encoders
for a wide variety of formats including H.264, AAC, etc.
- gstreamer-vaapi: hardware-accelerated video decoding and encoding using
VA-API on Linux. Primarily for Intel graphics hardware.
(Deprecated, use the new "va" plugin instead)
- gst-rtsp-server: library to serve files or streaming pipelines via RTSP
- gst-editing-services: library an plugins for non-linear editing

View File

@ -32,6 +32,16 @@ the plug-in code, LGPL or LGPL-compatible for the supporting library).
</GitRepository>
</repository>
<release>
<Version>
<revision>1.27.1</revision>
<branch>main</branch>
<name></name>
<created>2025-07-08</created>
<file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.27.1.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.26.0</revision>

View File

@ -1,5 +1,5 @@
project('gst-plugins-good', 'c',
version : '1.27.0.1',
version : '1.27.1',
meson_version : '>= 1.4',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])

View File

@ -2,4 +2,4 @@
directory=gst-plugins-rs
url=https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
push-url=git@gitlab.freedesktop.org:gstreamer/gst-plugins-rs.git
revision=main
revision=gstreamer-1.27.1

File diff suppressed because it is too large Load Diff

View File

@ -1,9 +1,9 @@
This is GStreamer gst-plugins-ugly 1.27.0.1.
This is GStreamer gst-plugins-ugly 1.27.1.
GStreamer 1.27 is the unstable development branch leading up to the next major
stable version which will be 1.28.
The 1.27 development series adds new features on top of the 1.24 series and is
The 1.27 development series adds new features on top of the 1.26 series and is
part of the API and ABI-stable 1.x release series of the GStreamer multimedia
framework.
@ -40,10 +40,6 @@ with other GStreamer modules for a complete multimedia experience.
where you can find audio and video decoders and encoders
for a wide variety of formats including H.264, AAC, etc.
- gstreamer-vaapi: hardware-accelerated video decoding and encoding using
VA-API on Linux. Primarily for Intel graphics hardware.
(Deprecated, use the new "va" plugin instead)
- gst-rtsp-server: library to serve files or streaming pipelines via RTSP
- gst-editing-services: library an plugins for non-linear editing

View File

@ -33,6 +33,16 @@ might be widely known to present patent problems.
</GitRepository>
</repository>
<release>
<Version>
<revision>1.27.1</revision>
<branch>main</branch>
<name></name>
<created>2025-07-08</created>
<file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.27.1.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.26.0</revision>

View File

@ -1,5 +1,5 @@
project('gst-plugins-ugly', 'c',
version : '1.27.0.1',
version : '1.27.1',
meson_version : '>= 1.4',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])

File diff suppressed because it is too large Load Diff

View File

@ -1,9 +1,9 @@
This is GStreamer gst-python 1.27.0.1.
This is GStreamer gst-python 1.27.1.
GStreamer 1.27 is the unstable development branch leading up to the next major
stable version which will be 1.28.
The 1.27 development series adds new features on top of the 1.24 series and is
The 1.27 development series adds new features on top of the 1.26 series and is
part of the API and ABI-stable 1.x release series of the GStreamer multimedia
framework.
@ -40,10 +40,6 @@ with other GStreamer modules for a complete multimedia experience.
where you can find audio and video decoders and encoders
for a wide variety of formats including H.264, AAC, etc.
- gstreamer-vaapi: hardware-accelerated video decoding and encoding using
VA-API on Linux. Primarily for Intel graphics hardware.
(Deprecated, use the new "va" plugin instead)
- gst-rtsp-server: library to serve files or streaming pipelines via RTSP
- gst-editing-services: library an plugins for non-linear editing

View File

@ -30,6 +30,16 @@ GStreamer Python Bindings is a set of overrides and Gst fundamental types handli
</GitRepository>
</repository>
<release>
<Version>
<revision>1.27.1</revision>
<branch>main</branch>
<name></name>
<created>2025-07-08</created>
<file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-python/gst-python-1.27.1.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.26.0</revision>

View File

@ -1,5 +1,5 @@
project('gst-python', 'c',
version : '1.27.0.1',
version : '1.27.1',
meson_version : '>= 1.4',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])

File diff suppressed because it is too large Load Diff

View File

@ -1,9 +1,9 @@
This is GStreamer gst-rtsp-server 1.27.0.1.
This is GStreamer gst-rtsp-server 1.27.1.
GStreamer 1.27 is the unstable development branch leading up to the next major
stable version which will be 1.28.
The 1.27 development series adds new features on top of the 1.24 series and is
The 1.27 development series adds new features on top of the 1.26 series and is
part of the API and ABI-stable 1.x release series of the GStreamer multimedia
framework.
@ -40,10 +40,6 @@ with other GStreamer modules for a complete multimedia experience.
where you can find audio and video decoders and encoders
for a wide variety of formats including H.264, AAC, etc.
- gstreamer-vaapi: hardware-accelerated video decoding and encoding using
VA-API on Linux. Primarily for Intel graphics hardware.
(Deprecated, use the new "va" plugin instead)
- gst-rtsp-server: library to serve files or streaming pipelines via RTSP
- gst-editing-services: library an plugins for non-linear editing

View File

@ -30,6 +30,16 @@ RTSP server library based on GStreamer
</GitRepository>
</repository>
<release>
<Version>
<revision>1.27.1</revision>
<branch>main</branch>
<name></name>
<created>2025-07-08</created>
<file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-rtsp-server/gst-rtsp-server-1.27.1.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.26.0</revision>

View File

@ -1,5 +1,5 @@
project('gst-rtsp-server', 'c',
version : '1.27.0.1',
version : '1.27.1',
meson_version : '>= 1.4',
default_options : ['warning_level=1', 'buildtype=debugoptimized'])

View File

@ -4532,10 +4532,10 @@
<constant value="4" ctype="gint" gtype="gint" name="PADDING" />
<constant value="20" ctype="gint" gtype="gint" name="PADDING_LARGE" />
<constant value="4294967295" ctype="guint32" gtype="guint32" name="TIMELINE_ELEMENT_NO_LAYER_PRIORITY" />
<constant value="1" ctype="gint" gtype="gint" name="VERSION_MAJOR" />
<constant value="0" ctype="gint" gtype="gint" name="VERSION_MICRO" />
<constant value="27" ctype="gint" gtype="gint" name="VERSION_MINOR" />
<constant value="1" ctype="gint" gtype="gint" name="VERSION_NANO" />
<constant value="1" ctype="gint" gtype="gint" name="VERSION_MAJOR" />
<constant value="1" ctype="gint" gtype="gint" name="VERSION_MICRO" />
<constant value="27" ctype="gint" gtype="gint" name="VERSION_MINOR" />
<constant value="0" ctype="gint" gtype="gint" name="VERSION_NANO" />
</object>
</namespace>
</api>

View File

@ -1,4 +1,4 @@
project('gstreamer-sharp', ['cs', 'c'], version: '1.27.0.1',
project('gstreamer-sharp', ['cs', 'c'], version: '1.27.1',
meson_version : '>= 1.4', license: 'LGPL')
fs = import ('fs')

View File

@ -17,9 +17,9 @@ namespace Gst.PbUtils {
public const string ENCODING_CATEGORY_ONLINE_SERVICE = @"online-service";
public const string ENCODING_CATEGORY_STORAGE_EDITING = @"storage-editing";
public const int PLUGINS_BASE_VERSION_MAJOR = 1;
public const int PLUGINS_BASE_VERSION_MICRO = 0;
public const int PLUGINS_BASE_VERSION_MICRO = 1;
public const int PLUGINS_BASE_VERSION_MINOR = 27;
public const int PLUGINS_BASE_VERSION_NANO = 1;
public const int PLUGINS_BASE_VERSION_NANO = 0;
#endregion
}
}

View File

@ -172,9 +172,9 @@ namespace Gst {
public const int VALUE_LESS_THAN = -1;
public const int VALUE_UNORDERED = 2;
public const int VERSION_MAJOR = 1;
public const int VERSION_MICRO = 0;
public const int VERSION_MICRO = 1;
public const int VERSION_MINOR = 27;
public const int VERSION_NANO = 1;
public const int VERSION_NANO = 0;
#endregion
}
}

View File

@ -12942,10 +12942,10 @@
<constant value="1" ctype="gint" gtype="gint" name="VALUE_GREATER_THAN" />
<constant value="-1" ctype="gint" gtype="gint" name="VALUE_LESS_THAN" />
<constant value="2" ctype="gint" gtype="gint" name="VALUE_UNORDERED" />
<constant value="1" ctype="gint" gtype="gint" name="VERSION_MAJOR" />
<constant value="0" ctype="gint" gtype="gint" name="VERSION_MICRO" />
<constant value="27" ctype="gint" gtype="gint" name="VERSION_MINOR" />
<constant value="1" ctype="gint" gtype="gint" name="VERSION_NANO" />
<constant value="1" ctype="gint" gtype="gint" name="VERSION_MAJOR" />
<constant value="1" ctype="gint" gtype="gint" name="VERSION_MICRO" />
<constant value="27" ctype="gint" gtype="gint" name="VERSION_MINOR" />
<constant value="0" ctype="gint" gtype="gint" name="VERSION_NANO" />
</object>
<class name="Parse" cname="GstParse" disable_void_ctor="1">
<method name="ParseBinFromDescription" cname="gst_parse_bin_from_description" shared="true">
@ -23190,10 +23190,10 @@
<constant value="file-extension" ctype="gchar*" gtype="gchar*" name="ENCODING_CATEGORY_FILE_EXTENSION" />
<constant value="online-service" ctype="gchar*" gtype="gchar*" name="ENCODING_CATEGORY_ONLINE_SERVICE" />
<constant value="storage-editing" ctype="gchar*" gtype="gchar*" name="ENCODING_CATEGORY_STORAGE_EDITING" />
<constant value="1" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_MAJOR" />
<constant value="0" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_MICRO" />
<constant value="27" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_MINOR" />
<constant value="1" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_NANO" />
<constant value="1" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_MAJOR" />
<constant value="1" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_MICRO" />
<constant value="27" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_MINOR" />
<constant value="0" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_NANO" />
</object>
</namespace>
<namespace name="Gst.Rtp" library="gstrtp-1.0-0.dll">

File diff suppressed because it is too large Load Diff

View File

@ -1,9 +1,9 @@
This is GStreamer core 1.27.0.1.
This is GStreamer core 1.27.1.
GStreamer 1.27 is the unstable development branch leading up to the next major
stable version which will be 1.28.
The 1.27 development series adds new features on top of the 1.24 series and is
The 1.27 development series adds new features on top of the 1.26 series and is
part of the API and ABI-stable 1.x release series of the GStreamer multimedia
framework.
@ -40,10 +40,6 @@ with other GStreamer modules for a complete multimedia experience.
where you can find audio and video decoders and encoders
for a wide variety of formats including H.264, AAC, etc.
- gstreamer-vaapi: hardware-accelerated video decoding and encoding using
VA-API on Linux. Primarily for Intel graphics hardware.
(Deprecated, use the new "va" plugin instead)
- gst-rtsp-server: library to serve files or streaming pipelines via RTSP
- gst-editing-services: library an plugins for non-linear editing

View File

@ -38,6 +38,16 @@ hierarchy, and a set of media-agnostic core elements.
</GitRepository>
</repository>
<release>
<Version>
<revision>1.27.1</revision>
<branch>main</branch>
<name></name>
<created>2025-07-08</created>
<file-release rdf:resource="https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-1.27.1.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.26.0</revision>

View File

@ -1,5 +1,5 @@
project('gstreamer', 'c',
version : '1.27.0.1',
version : '1.27.1',
meson_version : '>= 1.4',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])