Release 1.24.0

This commit is contained in:
Tim-Philipp Müller 2024-03-04 23:51:42 +00:00
parent f1e2c7918e
commit b125253cad
63 changed files with 13761 additions and 830 deletions

View file

@ -15458,11 +15458,11 @@ contains one frame)</doc>
<source-position filename="../subprojects/gst-editing-services/ges/ges-version.h"/> <source-position filename="../subprojects/gst-editing-services/ges/ges-version.h"/>
<type name="gint" c:type="gint"/> <type name="gint" c:type="gint"/>
</constant> </constant>
<constant name="VERSION_MICRO" value="90" c:type="GES_VERSION_MICRO"> <constant name="VERSION_MICRO" value="0" c:type="GES_VERSION_MICRO">
<source-position filename="../subprojects/gst-editing-services/ges/ges-version.h"/> <source-position filename="../subprojects/gst-editing-services/ges/ges-version.h"/>
<type name="gint" c:type="gint"/> <type name="gint" c:type="gint"/>
</constant> </constant>
<constant name="VERSION_MINOR" value="23" c:type="GES_VERSION_MINOR"> <constant name="VERSION_MINOR" value="24" c:type="GES_VERSION_MINOR">
<source-position filename="../subprojects/gst-editing-services/ges/ges-version.h"/> <source-position filename="../subprojects/gst-editing-services/ges/ges-version.h"/>
<type name="gint" c:type="gint"/> <type name="gint" c:type="gint"/>
</constant> </constant>

View file

@ -49386,12 +49386,12 @@ determine a order for the two provided values.</doc>
<source-position filename="../subprojects/gstreamer/gst/gstversion.h"/> <source-position filename="../subprojects/gstreamer/gst/gstversion.h"/>
<type name="gint" c:type="gint"/> <type name="gint" c:type="gint"/>
</constant> </constant>
<constant name="VERSION_MICRO" value="90" c:type="GST_VERSION_MICRO"> <constant name="VERSION_MICRO" value="0" c:type="GST_VERSION_MICRO">
<doc xml:space="preserve" filename="../subprojects/gstreamer/gst/gstversion.h">The micro version of GStreamer at compile time:</doc> <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"/> <source-position filename="../subprojects/gstreamer/gst/gstversion.h"/>
<type name="gint" c:type="gint"/> <type name="gint" c:type="gint"/>
</constant> </constant>
<constant name="VERSION_MINOR" value="23" c:type="GST_VERSION_MINOR"> <constant name="VERSION_MINOR" value="24" c:type="GST_VERSION_MINOR">
<doc xml:space="preserve" filename="../subprojects/gstreamer/gst/gstversion.h">The minor version of GStreamer at compile time:</doc> <doc xml:space="preserve" filename="../subprojects/gstreamer/gst/gstversion.h">The minor version of GStreamer at compile time:</doc>
<source-position filename="../subprojects/gstreamer/gst/gstversion.h"/> <source-position filename="../subprojects/gstreamer/gst/gstversion.h"/>
<type name="gint" c:type="gint"/> <type name="gint" c:type="gint"/>

View file

@ -2899,12 +2899,12 @@ in debugging.</doc>
<source-position filename="../subprojects/gst-plugins-base/gst-libs/gst/pbutils/gstpluginsbaseversion.h"/> <source-position filename="../subprojects/gst-plugins-base/gst-libs/gst/pbutils/gstpluginsbaseversion.h"/>
<type name="gint" c:type="gint"/> <type name="gint" c:type="gint"/>
</constant> </constant>
<constant name="PLUGINS_BASE_VERSION_MICRO" value="90" c:type="GST_PLUGINS_BASE_VERSION_MICRO"> <constant name="PLUGINS_BASE_VERSION_MICRO" value="0" 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> <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"/> <source-position filename="../subprojects/gst-plugins-base/gst-libs/gst/pbutils/gstpluginsbaseversion.h"/>
<type name="gint" c:type="gint"/> <type name="gint" c:type="gint"/>
</constant> </constant>
<constant name="PLUGINS_BASE_VERSION_MINOR" value="23" c:type="GST_PLUGINS_BASE_VERSION_MINOR"> <constant name="PLUGINS_BASE_VERSION_MINOR" value="24" c:type="GST_PLUGINS_BASE_VERSION_MINOR">
<doc xml:space="preserve" filename="../subprojects/gst-plugins-base/gst-libs/gst/pbutils/gstpluginsbaseversion.h">The minor version of GStreamer's gst-plugins-base libraries at compile time.</doc> <doc xml:space="preserve" filename="../subprojects/gst-plugins-base/gst-libs/gst/pbutils/gstpluginsbaseversion.h">The minor 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"/> <source-position filename="../subprojects/gst-plugins-base/gst-libs/gst/pbutils/gstpluginsbaseversion.h"/>
<type name="gint" c:type="gint"/> <type name="gint" c:type="gint"/>

View file

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

File diff suppressed because it is too large Load diff

View file

@ -1,13 +1,15 @@
This is GStreamer gst-devtools 1.23.90. This is GStreamer gst-devtools 1.24.0.
GStreamer 1.23 is the unstable development branch leading up to the next major The GStreamer team is thrilled to announce a new major feature release
stable version which will be 1.24. of your favourite cross-platform multimedia framework!
The 1.23 development series adds new features on top of the 1.22 series and is As always, this release is again packed with new features, bug fixes and
part of the API and ABI-stable 1.x release series of the GStreamer multimedia other improvements.
framework.
Full release notes will one day be found at: The 1.24 release series adds new features on top of the 1.22 series and is
part of the API and ABI-stable 1.x release series.
Full release notes can be found at:
https://gstreamer.freedesktop.org/releases/1.24/ https://gstreamer.freedesktop.org/releases/1.24/

View file

@ -53,6 +53,16 @@
</GitRepository> </GitRepository>
</repository> </repository>
<release>
<Version>
<revision>1.24.0</revision>
<branch>main</branch>
<name></name>
<created>2024-03-04</created>
<file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-devtools/gst-devtools-1.24.0.tar.xz" />
</Version>
</release>
<release> <release>
<Version> <Version>
<revision>1.23.90</revision> <revision>1.23.90</revision>

View file

@ -1,5 +1,5 @@
project('gst-devtools', 'c', project('gst-devtools', 'c',
version : '1.23.90', version : '1.24.0',
meson_version : '>= 1.1', meson_version : '>= 1.1',
default_options : [ 'warning_level=1', default_options : [ 'warning_level=1',
'c_std=gnu99', 'c_std=gnu99',

View file

@ -1,5 +1,5 @@
project('GStreamer manuals and tutorials', 'c', project('GStreamer manuals and tutorials', 'c',
version: '1.23.90', version: '1.24.0',
meson_version : '>= 1.1') meson_version : '>= 1.1')
hotdoc_p = find_program('hotdoc') hotdoc_p = find_program('hotdoc')

View file

@ -871,6 +871,21 @@
"GST_ALLOCATOR_SHM", "GST_ALLOCATOR_SHM",
"GST_ALLOCATOR_SYSMEM", "GST_ALLOCATOR_SYSMEM",
"GST_ALLOCATOR_VASURFACE", "GST_ALLOCATOR_VASURFACE",
"GST_ANALYTICS_MTD_CAST",
"GST_ANALYTICS_MTD_TYPE_ANY",
"GST_ANALYTICS_RELATION_META_API_TYPE",
"GST_ANALYTICS_RELATION_META_INFO",
"GST_ANALYTICS_REL_TYPE_ANY",
"GST_ANALYTICS_REL_TYPE_CONTAIN",
"GST_ANALYTICS_REL_TYPE_IS_PART_OF",
"GST_ANALYTICS_REL_TYPE_LAST",
"GST_ANALYTICS_REL_TYPE_NONE",
"GST_ANALYTICS_REL_TYPE_RELATE_TO",
"GST_ANCILLARY_META_API_TYPE",
"GST_ANCILLARY_META_FIELD_INTERLACED_FIRST",
"GST_ANCILLARY_META_FIELD_INTERLACED_SECOND",
"GST_ANCILLARY_META_FIELD_PROGRESSIVE",
"GST_ANCILLARY_META_INFO",
"GST_APP_LEAKY_TYPE_DOWNSTREAM", "GST_APP_LEAKY_TYPE_DOWNSTREAM",
"GST_APP_LEAKY_TYPE_NONE", "GST_APP_LEAKY_TYPE_NONE",
"GST_APP_LEAKY_TYPE_UPSTREAM", "GST_APP_LEAKY_TYPE_UPSTREAM",
@ -2397,6 +2412,7 @@
"GST_INFO", "GST_INFO",
"GST_INFO_ID", "GST_INFO_ID",
"GST_INFO_OBJECT", "GST_INFO_OBJECT",
"GST_INF_RELATION_SPAN",
"GST_INSERT_BIN_API", "GST_INSERT_BIN_API",
"GST_INSTALL_PLUGINS_CRASHED", "GST_INSTALL_PLUGINS_CRASHED",
"GST_INSTALL_PLUGINS_ERROR", "GST_INSTALL_PLUGINS_ERROR",
@ -3530,6 +3546,7 @@
"GST_OBJECT_CAST", "GST_OBJECT_CAST",
"GST_OBJECT_CLASS_CAST", "GST_OBJECT_CLASS_CAST",
"GST_OBJECT_FLAGS", "GST_OBJECT_FLAGS",
"GST_OBJECT_FLAG_CONSTRUCTED",
"GST_OBJECT_FLAG_IS_SET", "GST_OBJECT_FLAG_IS_SET",
"GST_OBJECT_FLAG_LAST", "GST_OBJECT_FLAG_LAST",
"GST_OBJECT_FLAG_MAY_BE_LEAKED", "GST_OBJECT_FLAG_MAY_BE_LEAKED",
@ -4572,6 +4589,7 @@
"GST_TAG_CONDUCTOR", "GST_TAG_CONDUCTOR",
"GST_TAG_CONTACT", "GST_TAG_CONTACT",
"GST_TAG_CONTAINER_FORMAT", "GST_TAG_CONTAINER_FORMAT",
"GST_TAG_CONTAINER_SPECIFIC_TRACK_ID",
"GST_TAG_COPYRIGHT", "GST_TAG_COPYRIGHT",
"GST_TAG_COPYRIGHT_URI", "GST_TAG_COPYRIGHT_URI",
"GST_TAG_DATE", "GST_TAG_DATE",
@ -6785,6 +6803,48 @@
"GstAlsaSrc:device", "GstAlsaSrc:device",
"GstAlsaSrc:device-name", "GstAlsaSrc:device-name",
"GstAlsaSrc:use-driver-timestamps", "GstAlsaSrc:use-driver-timestamps",
"GstAmfAv1Enc!sink",
"GstAmfAv1Enc!src",
"GstAmfAv1EncPreset",
"GstAmfAv1EncPreset::balanced",
"GstAmfAv1EncPreset::default",
"GstAmfAv1EncPreset::high-quality",
"GstAmfAv1EncPreset::quality",
"GstAmfAv1EncPreset::speed",
"GstAmfAv1EncRateControl",
"GstAmfAv1EncRateControl::cbr",
"GstAmfAv1EncRateControl::cqp",
"GstAmfAv1EncRateControl::default",
"GstAmfAv1EncRateControl::lcvbr",
"GstAmfAv1EncRateControl::vbr",
"GstAmfAv1EncUsage",
"GstAmfAv1EncUsage::low-latency",
"GstAmfAv1EncUsage::transcoding",
"GstAmfEncPAActivityType",
"GstAmfEncPAActivityType::y",
"GstAmfEncPAActivityType::yuv",
"GstAmfEncPACAQStrength",
"GstAmfEncPACAQStrength::high",
"GstAmfEncPACAQStrength::low",
"GstAmfEncPACAQStrength::medium",
"GstAmfEncPAHQMBMode",
"GstAmfEncPAHQMBMode::auto",
"GstAmfEncPAHQMBMode::none",
"GstAmfEncPAPAQMode",
"GstAmfEncPAPAQMode::caq",
"GstAmfEncPAPAQMode::none",
"GstAmfEncPASceneChangeDetectionSensitivity",
"GstAmfEncPASceneChangeDetectionSensitivity::high",
"GstAmfEncPASceneChangeDetectionSensitivity::low",
"GstAmfEncPASceneChangeDetectionSensitivity::medium",
"GstAmfEncPAStaticSceneDetectionSensitivity",
"GstAmfEncPAStaticSceneDetectionSensitivity::high",
"GstAmfEncPAStaticSceneDetectionSensitivity::low",
"GstAmfEncPAStaticSceneDetectionSensitivity::medium",
"GstAmfEncPATAQMode",
"GstAmfEncPATAQMode::mode1",
"GstAmfEncPATAQMode::mode2",
"GstAmfEncPATAQMode::none",
"GstAmfEncoder", "GstAmfEncoder",
"GstAmfH264Enc!sink", "GstAmfH264Enc!sink",
"GstAmfH264Enc!src", "GstAmfH264Enc!src",
@ -6849,6 +6909,38 @@
"GstAmrwbDec", "GstAmrwbDec",
"GstAmrwbDec!sink", "GstAmrwbDec!sink",
"GstAmrwbDec!src", "GstAmrwbDec!src",
"GstAnalyticsClsMtd",
"GstAnalyticsClsMtd.id",
"GstAnalyticsClsMtd.meta",
"GstAnalyticsMtd",
"GstAnalyticsMtd.id",
"GstAnalyticsMtd.meta",
"GstAnalyticsMtdImpl",
"GstAnalyticsMtdImpl.name",
"GstAnalyticsMtdType",
"GstAnalyticsODMtd",
"GstAnalyticsODMtd.id",
"GstAnalyticsODMtd.meta",
"GstAnalyticsRelTypes",
"GstAnalyticsRelationMeta",
"GstAnalyticsRelationMetaInitParams",
"GstAnalyticsRelationMetaInitParams.initial_buf_size",
"GstAnalyticsRelationMetaInitParams.initial_relation_order",
"GstAnalyticsTrackingMtd",
"GstAnalyticsTrackingMtd.id",
"GstAnalyticsTrackingMtd.meta",
"GstAncillaryMeta",
"GstAncillaryMeta.DID",
"GstAncillaryMeta.SDID_block_number",
"GstAncillaryMeta.c_not_y_channel",
"GstAncillaryMeta.checksum",
"GstAncillaryMeta.data",
"GstAncillaryMeta.data_count",
"GstAncillaryMeta.field",
"GstAncillaryMeta.line",
"GstAncillaryMeta.meta",
"GstAncillaryMeta.offset",
"GstAncillaryMetaField",
"GstApeDemux", "GstApeDemux",
"GstApeDemux!sink", "GstApeDemux!sink",
"GstApeDemux!src", "GstApeDemux!src",
@ -8257,6 +8349,7 @@
"GstCACASinkDithering::8x8", "GstCACASinkDithering::8x8",
"GstCACASinkDithering::none", "GstCACASinkDithering::none",
"GstCACASinkDithering::random", "GstCACASinkDithering::random",
"GstCACASinkDriver",
"GstCACATv", "GstCACATv",
"GstCACATv!sink", "GstCACATv!sink",
"GstCACATv!src", "GstCACATv!src",
@ -8719,6 +8812,14 @@
"GstCudaGraphicsResource.resource", "GstCudaGraphicsResource.resource",
"GstCudaGraphicsResource.type", "GstCudaGraphicsResource.type",
"GstCudaGraphicsResourceType", "GstCudaGraphicsResourceType",
"GstCudaIpcIOMode",
"GstCudaIpcIOMode::copy",
"GstCudaIpcIOMode::import",
"GstCudaIpcMode",
"GstCudaIpcMode::legacy",
"GstCudaIpcMode::mmap",
"GstCudaIpcSink!sink",
"GstCudaIpcSrc!src",
"GstCudaMemory", "GstCudaMemory",
"GstCudaMemory.context", "GstCudaMemory.context",
"GstCudaMemory.info", "GstCudaMemory.info",
@ -9156,6 +9257,8 @@
"GstD3D12Upload!sink", "GstD3D12Upload!sink",
"GstD3D12Upload!src", "GstD3D12Upload!src",
"GstD3D12VideoSink!sink", "GstD3D12VideoSink!sink",
"GstD3D12Vp8Dec!sink",
"GstD3D12Vp8Dec!src",
"GstD3D12Vp9Dec!sink", "GstD3D12Vp9Dec!sink",
"GstD3D12Vp9Dec!src", "GstD3D12Vp9Dec!src",
"GstD3DVideoSink", "GstD3DVideoSink",
@ -13569,6 +13672,12 @@
"GstNvDevice0H264Enc", "GstNvDevice0H264Enc",
"GstNvDevice0H265Enc", "GstNvDevice0H265Enc",
"GstNvEncoder", "GstNvEncoder",
"GstNvEncoder:cc-insert",
"GstNvEncoderMultiPass",
"GstNvEncoderMultiPass::default",
"GstNvEncoderMultiPass::disabled",
"GstNvEncoderMultiPass::two-pass",
"GstNvEncoderMultiPass::two-pass-quarter",
"GstNvEncoderPreset", "GstNvEncoderPreset",
"GstNvEncoderPreset::default", "GstNvEncoderPreset::default",
"GstNvEncoderPreset::hp", "GstNvEncoderPreset::hp",
@ -13578,6 +13687,13 @@
"GstNvEncoderPreset::low-latency", "GstNvEncoderPreset::low-latency",
"GstNvEncoderPreset::low-latency-hp", "GstNvEncoderPreset::low-latency-hp",
"GstNvEncoderPreset::low-latency-hq", "GstNvEncoderPreset::low-latency-hq",
"GstNvEncoderPreset::p1",
"GstNvEncoderPreset::p2",
"GstNvEncoderPreset::p3",
"GstNvEncoderPreset::p4",
"GstNvEncoderPreset::p5",
"GstNvEncoderPreset::p6",
"GstNvEncoderPreset::p7",
"GstNvEncoderRCMode", "GstNvEncoderRCMode",
"GstNvEncoderRCMode::cbr", "GstNvEncoderRCMode::cbr",
"GstNvEncoderRCMode::cbr-hq", "GstNvEncoderRCMode::cbr-hq",
@ -13585,6 +13701,16 @@
"GstNvEncoderRCMode::cqp", "GstNvEncoderRCMode::cqp",
"GstNvEncoderRCMode::vbr", "GstNvEncoderRCMode::vbr",
"GstNvEncoderRCMode::vbr-hq", "GstNvEncoderRCMode::vbr-hq",
"GstNvEncoderSeiInsertMode",
"GstNvEncoderSeiInsertMode::disabled",
"GstNvEncoderSeiInsertMode::insert",
"GstNvEncoderSeiInsertMode::insert-and-drop",
"GstNvEncoderTune",
"GstNvEncoderTune::default",
"GstNvEncoderTune::high-quality",
"GstNvEncoderTune::lossless",
"GstNvEncoderTune::low-latency",
"GstNvEncoderTune::ultra-low-latency",
"GstNvH264Dec!sink", "GstNvH264Dec!sink",
"GstNvH264Dec!src", "GstNvH264Dec!src",
"GstNvH264Enc", "GstNvH264Enc",
@ -13609,6 +13735,8 @@
"GstNvH265Enc:temporal-aq", "GstNvH265Enc:temporal-aq",
"GstNvH265Enc:vbv-buffer-size", "GstNvH265Enc:vbv-buffer-size",
"GstNvH265Enc:weighted-pred", "GstNvH265Enc:weighted-pred",
"GstNvJpegEnc!sink",
"GstNvJpegEnc!src",
"GstNvPreset", "GstNvPreset",
"GstNvPreset::default", "GstNvPreset::default",
"GstNvPreset::hp", "GstNvPreset::hp",
@ -14663,6 +14791,7 @@
"GstRTPBaseDepayload::clear-extensions", "GstRTPBaseDepayload::clear-extensions",
"GstRTPBaseDepayload::request-extension", "GstRTPBaseDepayload::request-extension",
"GstRTPBaseDepayload:auto-header-extension", "GstRTPBaseDepayload:auto-header-extension",
"GstRTPBaseDepayload:extensions",
"GstRTPBaseDepayload:max-reorder", "GstRTPBaseDepayload:max-reorder",
"GstRTPBaseDepayload:source-info", "GstRTPBaseDepayload:source-info",
"GstRTPBaseDepayload:stats", "GstRTPBaseDepayload:stats",
@ -22474,6 +22603,7 @@
"ajasink:channel", "ajasink:channel",
"ajasink:device-identifier", "ajasink:device-identifier",
"ajasink:end-frame", "ajasink:end-frame",
"ajasink:handle-ancillary-meta",
"ajasink:output-cpu-core", "ajasink:output-cpu-core",
"ajasink:output-destination", "ajasink:output-destination",
"ajasink:queue-size", "ajasink:queue-size",
@ -22484,6 +22614,7 @@
"ajasink:timecode-index", "ajasink:timecode-index",
"ajasinkcombiner", "ajasinkcombiner",
"ajasrc", "ajasrc",
"ajasrc:attach-ancillary-meta",
"ajasrc:audio-source", "ajasrc:audio-source",
"ajasrc:audio-system", "ajasrc:audio-system",
"ajasrc:capture-cpu-core", "ajasrc:capture-cpu-core",
@ -22528,20 +22659,73 @@
"alsasrc:device", "alsasrc:device",
"alsasrc:device-name", "alsasrc:device-name",
"alsasrc:use-driver-timestamps", "alsasrc:use-driver-timestamps",
"amfav1enc",
"amfav1enc:adapter-luid",
"amfav1enc:bitrate",
"amfav1enc:gop-size",
"amfav1enc:max-bitrate",
"amfav1enc:max-qp-i",
"amfav1enc:max-qp-p",
"amfav1enc:min-qp-i",
"amfav1enc:min-qp-p",
"amfav1enc:pa-activity-type",
"amfav1enc:pa-caq-strength",
"amfav1enc:pa-frame-sad",
"amfav1enc:pa-hqmb-mode",
"amfav1enc:pa-initial-qp",
"amfav1enc:pa-lookahead-buffer-depth",
"amfav1enc:pa-ltr",
"amfav1enc:pa-max-qp",
"amfav1enc:pa-paq-mode",
"amfav1enc:pa-scene-change-detection",
"amfav1enc:pa-scene-change-detection-sensitivity",
"amfav1enc:pa-static-scene-detection",
"amfav1enc:pa-static-scene-detection-sensitivity",
"amfav1enc:pa-taq-mode",
"amfav1enc:pre-analysis",
"amfav1enc:pre-encode",
"amfav1enc:preset",
"amfav1enc:qp-i",
"amfav1enc:qp-p",
"amfav1enc:rate-control",
"amfav1enc:ref-frames",
"amfav1enc:smart-access-video",
"amfav1enc:usage",
"amfh264enc", "amfh264enc",
"amfh264enc:adapter-luid", "amfh264enc:adapter-luid",
"amfh264enc:adaptive-mini-gop",
"amfh264enc:aud", "amfh264enc:aud",
"amfh264enc:b-frames",
"amfh264enc:b-reference",
"amfh264enc:bitrate", "amfh264enc:bitrate",
"amfh264enc:cabac", "amfh264enc:cabac",
"amfh264enc:gop-size", "amfh264enc:gop-size",
"amfh264enc:max-b-frames",
"amfh264enc:max-bitrate", "amfh264enc:max-bitrate",
"amfh264enc:max-qp", "amfh264enc:max-qp",
"amfh264enc:min-qp", "amfh264enc:min-qp",
"amfh264enc:pa-activity-type",
"amfh264enc:pa-caq-strength",
"amfh264enc:pa-frame-sad",
"amfh264enc:pa-hqmb-mode",
"amfh264enc:pa-initial-qp",
"amfh264enc:pa-lookahead-buffer-depth",
"amfh264enc:pa-ltr",
"amfh264enc:pa-max-qp",
"amfh264enc:pa-paq-mode",
"amfh264enc:pa-scene-change-detection",
"amfh264enc:pa-scene-change-detection-sensitivity",
"amfh264enc:pa-static-scene-detection",
"amfh264enc:pa-static-scene-detection-sensitivity",
"amfh264enc:pa-taq-mode",
"amfh264enc:pre-analysis",
"amfh264enc:pre-encode",
"amfh264enc:preset", "amfh264enc:preset",
"amfh264enc:qp-i", "amfh264enc:qp-i",
"amfh264enc:qp-p", "amfh264enc:qp-p",
"amfh264enc:rate-control", "amfh264enc:rate-control",
"amfh264enc:ref-frames", "amfh264enc:ref-frames",
"amfh264enc:smart-access-video",
"amfh264enc:usage", "amfh264enc:usage",
"amfh265enc", "amfh265enc",
"amfh265enc:adapter-luid", "amfh265enc:adapter-luid",
@ -22553,11 +22737,28 @@
"amfh265enc:max-qp-p", "amfh265enc:max-qp-p",
"amfh265enc:min-qp-i", "amfh265enc:min-qp-i",
"amfh265enc:min-qp-p", "amfh265enc:min-qp-p",
"amfh265enc:pa-activity-type",
"amfh265enc:pa-caq-strength",
"amfh265enc:pa-frame-sad",
"amfh265enc:pa-hqmb-mode",
"amfh265enc:pa-initial-qp",
"amfh265enc:pa-lookahead-buffer-depth",
"amfh265enc:pa-ltr",
"amfh265enc:pa-max-qp",
"amfh265enc:pa-paq-mode",
"amfh265enc:pa-scene-change-detection",
"amfh265enc:pa-scene-change-detection-sensitivity",
"amfh265enc:pa-static-scene-detection",
"amfh265enc:pa-static-scene-detection-sensitivity",
"amfh265enc:pa-taq-mode",
"amfh265enc:pre-analysis",
"amfh265enc:pre-encode",
"amfh265enc:preset", "amfh265enc:preset",
"amfh265enc:qp-i", "amfh265enc:qp-i",
"amfh265enc:qp-p", "amfh265enc:qp-p",
"amfh265enc:rate-control", "amfh265enc:rate-control",
"amfh265enc:ref-frames", "amfh265enc:ref-frames",
"amfh265enc:smart-access-video",
"amfh265enc:usage", "amfh265enc:usage",
"amrnbdec", "amrnbdec",
"amrnbdec:variant", "amrnbdec:variant",
@ -34353,6 +34554,7 @@
"cacasink", "cacasink",
"cacasink:anti-aliasing", "cacasink:anti-aliasing",
"cacasink:dither", "cacasink:dither",
"cacasink:driver",
"cacasink:screen-height", "cacasink:screen-height",
"cacasink:screen-width", "cacasink:screen-width",
"cacatv", "cacatv",
@ -34513,6 +34715,17 @@
"cudaconvertscale", "cudaconvertscale",
"cudaconvertscale:add-borders", "cudaconvertscale:add-borders",
"cudadownload", "cudadownload",
"cudaipcsink",
"cudaipcsink:address",
"cudaipcsink:cuda-device-id",
"cudaipcsink:ipc-mode",
"cudaipcsrc",
"cudaipcsrc:address",
"cudaipcsrc:buffer-size",
"cudaipcsrc:connection-timeout",
"cudaipcsrc:cuda-device-id",
"cudaipcsrc:io-mode",
"cudaipcsrc:processing-deadline",
"cudascale", "cudascale",
"cudascale:add-borders", "cudascale:add-borders",
"cudaupload", "cudaupload",
@ -34594,6 +34807,7 @@
"curlsmtpsink:subject", "curlsmtpsink:subject",
"curlsmtpsink:use-ssl", "curlsmtpsink:use-ssl",
"cutter", "cutter",
"cutter:audio-level-meta",
"cutter:leaky", "cutter:leaky",
"cutter:pre-length", "cutter:pre-length",
"cutter:run-length", "cutter:run-length",
@ -34864,6 +35078,10 @@
"d3d12videosink:sampling-method", "d3d12videosink:sampling-method",
"d3d12videosink:scale-x", "d3d12videosink:scale-x",
"d3d12videosink:scale-y", "d3d12videosink:scale-y",
"d3d12vp8dec",
"d3d12vp8dec:adapter-luid",
"d3d12vp8dec:device-id",
"d3d12vp8dec:vendor-id",
"d3d12vp9dec", "d3d12vp9dec",
"d3d12vp9dec:adapter-luid", "d3d12vp9dec:adapter-luid",
"d3d12vp9dec:device-id", "d3d12vp9dec:device-id",
@ -39035,6 +39253,43 @@
"gst_allocator_free", "gst_allocator_free",
"gst_allocator_register", "gst_allocator_register",
"gst_allocator_set_default", "gst_allocator_set_default",
"gst_analytics_cls_mtd_get_index_by_quark",
"gst_analytics_cls_mtd_get_length",
"gst_analytics_cls_mtd_get_level",
"gst_analytics_cls_mtd_get_mtd_type",
"gst_analytics_cls_mtd_get_quark",
"gst_analytics_mtd_get_id",
"gst_analytics_mtd_get_mtd_type",
"gst_analytics_mtd_get_size",
"gst_analytics_mtd_type_get_name",
"gst_analytics_od_mtd_get_confidence_lvl",
"gst_analytics_od_mtd_get_location",
"gst_analytics_od_mtd_get_mtd_type",
"gst_analytics_od_mtd_get_obj_type",
"gst_analytics_relation_get_length",
"gst_analytics_relation_meta_add_cls_mtd",
"gst_analytics_relation_meta_add_mtd",
"gst_analytics_relation_meta_add_od_mtd",
"gst_analytics_relation_meta_add_one_cls_mtd",
"gst_analytics_relation_meta_add_tracking_mtd",
"gst_analytics_relation_meta_api_get_type",
"gst_analytics_relation_meta_exist",
"gst_analytics_relation_meta_get_cls_mtd",
"gst_analytics_relation_meta_get_direct_related",
"gst_analytics_relation_meta_get_info",
"gst_analytics_relation_meta_get_mtd",
"gst_analytics_relation_meta_get_mtd_data",
"gst_analytics_relation_meta_get_od_mtd",
"gst_analytics_relation_meta_get_relation",
"gst_analytics_relation_meta_get_tracking_mtd",
"gst_analytics_relation_meta_iterate",
"gst_analytics_relation_meta_set_relation",
"gst_analytics_tracking_mtd_get_info",
"gst_analytics_tracking_mtd_get_mtd_type",
"gst_analytics_tracking_mtd_set_lost",
"gst_analytics_tracking_mtd_update_last_seen",
"gst_ancillary_meta_api_get_type",
"gst_ancillary_meta_get_info",
"gst_app_sink_get_buffer_list_support", "gst_app_sink_get_buffer_list_support",
"gst_app_sink_get_caps", "gst_app_sink_get_caps",
"gst_app_sink_get_drop", "gst_app_sink_get_drop",
@ -39483,6 +39738,9 @@
"gst_bit_writer_reset_and_get_buffer", "gst_bit_writer_reset_and_get_buffer",
"gst_bit_writer_reset_and_get_data", "gst_bit_writer_reset_and_get_data",
"gst_bit_writer_set_pos", "gst_bit_writer_set_pos",
"gst_buffer_add_analytics_relation_meta",
"gst_buffer_add_analytics_relation_meta_full",
"gst_buffer_add_ancillary_meta",
"gst_buffer_add_audio_clipping_meta", "gst_buffer_add_audio_clipping_meta",
"gst_buffer_add_audio_downmix_meta", "gst_buffer_add_audio_downmix_meta",
"gst_buffer_add_audio_level_meta", "gst_buffer_add_audio_level_meta",
@ -39528,6 +39786,8 @@
"gst_buffer_find_memory", "gst_buffer_find_memory",
"gst_buffer_foreach_meta", "gst_buffer_foreach_meta",
"gst_buffer_get_all_memory", "gst_buffer_get_all_memory",
"gst_buffer_get_analytics_relation_meta",
"gst_buffer_get_ancillary_meta",
"gst_buffer_get_audio_clipping_meta", "gst_buffer_get_audio_clipping_meta",
"gst_buffer_get_audio_downmix_meta", "gst_buffer_get_audio_downmix_meta",
"gst_buffer_get_audio_downmix_meta_for_channels", "gst_buffer_get_audio_downmix_meta_for_channels",
@ -39571,6 +39831,7 @@
"gst_buffer_is_all_memory_writable", "gst_buffer_is_all_memory_writable",
"gst_buffer_is_memory_range_writable", "gst_buffer_is_memory_range_writable",
"gst_buffer_is_writable", "gst_buffer_is_writable",
"gst_buffer_iterate_ancillary_meta",
"gst_buffer_iterate_meta", "gst_buffer_iterate_meta",
"gst_buffer_iterate_meta_filtered", "gst_buffer_iterate_meta_filtered",
"gst_buffer_list_add", "gst_buffer_list_add",
@ -42167,6 +42428,9 @@
"gst_player_visualizations_get", "gst_player_visualizations_get",
"gst_plugin_add_dependency", "gst_plugin_add_dependency",
"gst_plugin_add_dependency_simple", "gst_plugin_add_dependency_simple",
"gst_plugin_add_status_error",
"gst_plugin_add_status_info",
"gst_plugin_add_status_warning",
"gst_plugin_error_quark", "gst_plugin_error_quark",
"gst_plugin_feature_check_version", "gst_plugin_feature_check_version",
"gst_plugin_feature_get_name", "gst_plugin_feature_get_name",
@ -42189,6 +42453,9 @@
"gst_plugin_get_package", "gst_plugin_get_package",
"gst_plugin_get_release_date_string", "gst_plugin_get_release_date_string",
"gst_plugin_get_source", "gst_plugin_get_source",
"gst_plugin_get_status_errors",
"gst_plugin_get_status_infos",
"gst_plugin_get_status_warnings",
"gst_plugin_get_version", "gst_plugin_get_version",
"gst_plugin_is_loaded", "gst_plugin_is_loaded",
"gst_plugin_list_free", "gst_plugin_list_free",
@ -43465,6 +43732,7 @@
"gst_structure_remove_fields", "gst_structure_remove_fields",
"gst_structure_remove_fields_valist", "gst_structure_remove_fields_valist",
"gst_structure_serialize", "gst_structure_serialize",
"gst_structure_serialize_full",
"gst_structure_set", "gst_structure_set",
"gst_structure_set_array", "gst_structure_set_array",
"gst_structure_set_list", "gst_structure_set_list",
@ -65737,6 +66005,7 @@
"nvautogpuh264enc:min-qp-b", "nvautogpuh264enc:min-qp-b",
"nvautogpuh264enc:min-qp-i", "nvautogpuh264enc:min-qp-i",
"nvautogpuh264enc:min-qp-p", "nvautogpuh264enc:min-qp-p",
"nvautogpuh264enc:multi-pass",
"nvautogpuh264enc:nonref-p", "nvautogpuh264enc:nonref-p",
"nvautogpuh264enc:preset", "nvautogpuh264enc:preset",
"nvautogpuh264enc:qp-b", "nvautogpuh264enc:qp-b",
@ -65748,6 +66017,7 @@
"nvautogpuh264enc:spatial-aq", "nvautogpuh264enc:spatial-aq",
"nvautogpuh264enc:strict-gop", "nvautogpuh264enc:strict-gop",
"nvautogpuh264enc:temporal-aq", "nvautogpuh264enc:temporal-aq",
"nvautogpuh264enc:tune",
"nvautogpuh264enc:vbv-buffer-size", "nvautogpuh264enc:vbv-buffer-size",
"nvautogpuh264enc:weighted-pred", "nvautogpuh264enc:weighted-pred",
"nvautogpuh264enc:zero-reorder-delay", "nvautogpuh264enc:zero-reorder-delay",
@ -65769,6 +66039,7 @@
"nvautogpuh265enc:min-qp-b", "nvautogpuh265enc:min-qp-b",
"nvautogpuh265enc:min-qp-i", "nvautogpuh265enc:min-qp-i",
"nvautogpuh265enc:min-qp-p", "nvautogpuh265enc:min-qp-p",
"nvautogpuh265enc:multi-pass",
"nvautogpuh265enc:nonref-p", "nvautogpuh265enc:nonref-p",
"nvautogpuh265enc:preset", "nvautogpuh265enc:preset",
"nvautogpuh265enc:qp-b", "nvautogpuh265enc:qp-b",
@ -65780,11 +66051,16 @@
"nvautogpuh265enc:spatial-aq", "nvautogpuh265enc:spatial-aq",
"nvautogpuh265enc:strict-gop", "nvautogpuh265enc:strict-gop",
"nvautogpuh265enc:temporal-aq", "nvautogpuh265enc:temporal-aq",
"nvautogpuh265enc:tune",
"nvautogpuh265enc:vbv-buffer-size", "nvautogpuh265enc:vbv-buffer-size",
"nvautogpuh265enc:weighted-pred", "nvautogpuh265enc:weighted-pred",
"nvautogpuh265enc:zero-reorder-delay", "nvautogpuh265enc:zero-reorder-delay",
"nvav1dec", "nvav1dec",
"nvav1dec:cuda-device-id", "nvav1dec:cuda-device-id",
"nvav1dec:init-max-height",
"nvav1dec:init-max-width",
"nvav1dec:max-display-delay",
"nvav1dec:num-output-surfaces",
"nvcudah264enc", "nvcudah264enc",
"nvcudah264enc:aq-strength", "nvcudah264enc:aq-strength",
"nvcudah264enc:aud", "nvcudah264enc:aud",
@ -65803,6 +66079,7 @@
"nvcudah264enc:min-qp-b", "nvcudah264enc:min-qp-b",
"nvcudah264enc:min-qp-i", "nvcudah264enc:min-qp-i",
"nvcudah264enc:min-qp-p", "nvcudah264enc:min-qp-p",
"nvcudah264enc:multi-pass",
"nvcudah264enc:nonref-p", "nvcudah264enc:nonref-p",
"nvcudah264enc:preset", "nvcudah264enc:preset",
"nvcudah264enc:qp-b", "nvcudah264enc:qp-b",
@ -65814,6 +66091,7 @@
"nvcudah264enc:spatial-aq", "nvcudah264enc:spatial-aq",
"nvcudah264enc:strict-gop", "nvcudah264enc:strict-gop",
"nvcudah264enc:temporal-aq", "nvcudah264enc:temporal-aq",
"nvcudah264enc:tune",
"nvcudah264enc:vbv-buffer-size", "nvcudah264enc:vbv-buffer-size",
"nvcudah264enc:weighted-pred", "nvcudah264enc:weighted-pred",
"nvcudah264enc:zero-reorder-delay", "nvcudah264enc:zero-reorder-delay",
@ -65834,6 +66112,7 @@
"nvcudah265enc:min-qp-b", "nvcudah265enc:min-qp-b",
"nvcudah265enc:min-qp-i", "nvcudah265enc:min-qp-i",
"nvcudah265enc:min-qp-p", "nvcudah265enc:min-qp-p",
"nvcudah265enc:multi-pass",
"nvcudah265enc:nonref-p", "nvcudah265enc:nonref-p",
"nvcudah265enc:preset", "nvcudah265enc:preset",
"nvcudah265enc:qp-b", "nvcudah265enc:qp-b",
@ -65845,6 +66124,7 @@
"nvcudah265enc:spatial-aq", "nvcudah265enc:spatial-aq",
"nvcudah265enc:strict-gop", "nvcudah265enc:strict-gop",
"nvcudah265enc:temporal-aq", "nvcudah265enc:temporal-aq",
"nvcudah265enc:tune",
"nvcudah265enc:vbv-buffer-size", "nvcudah265enc:vbv-buffer-size",
"nvcudah265enc:weighted-pred", "nvcudah265enc:weighted-pred",
"nvcudah265enc:zero-reorder-delay", "nvcudah265enc:zero-reorder-delay",
@ -65866,6 +66146,7 @@
"nvd3d11h264enc:min-qp-b", "nvd3d11h264enc:min-qp-b",
"nvd3d11h264enc:min-qp-i", "nvd3d11h264enc:min-qp-i",
"nvd3d11h264enc:min-qp-p", "nvd3d11h264enc:min-qp-p",
"nvd3d11h264enc:multi-pass",
"nvd3d11h264enc:nonref-p", "nvd3d11h264enc:nonref-p",
"nvd3d11h264enc:preset", "nvd3d11h264enc:preset",
"nvd3d11h264enc:qp-b", "nvd3d11h264enc:qp-b",
@ -65877,6 +66158,7 @@
"nvd3d11h264enc:spatial-aq", "nvd3d11h264enc:spatial-aq",
"nvd3d11h264enc:strict-gop", "nvd3d11h264enc:strict-gop",
"nvd3d11h264enc:temporal-aq", "nvd3d11h264enc:temporal-aq",
"nvd3d11h264enc:tune",
"nvd3d11h264enc:vbv-buffer-size", "nvd3d11h264enc:vbv-buffer-size",
"nvd3d11h264enc:weighted-pred", "nvd3d11h264enc:weighted-pred",
"nvd3d11h264enc:zero-reorder-delay", "nvd3d11h264enc:zero-reorder-delay",
@ -65897,6 +66179,7 @@
"nvd3d11h265enc:min-qp-b", "nvd3d11h265enc:min-qp-b",
"nvd3d11h265enc:min-qp-i", "nvd3d11h265enc:min-qp-i",
"nvd3d11h265enc:min-qp-p", "nvd3d11h265enc:min-qp-p",
"nvd3d11h265enc:multi-pass",
"nvd3d11h265enc:nonref-p", "nvd3d11h265enc:nonref-p",
"nvd3d11h265enc:preset", "nvd3d11h265enc:preset",
"nvd3d11h265enc:qp-b", "nvd3d11h265enc:qp-b",
@ -65908,12 +66191,18 @@
"nvd3d11h265enc:spatial-aq", "nvd3d11h265enc:spatial-aq",
"nvd3d11h265enc:strict-gop", "nvd3d11h265enc:strict-gop",
"nvd3d11h265enc:temporal-aq", "nvd3d11h265enc:temporal-aq",
"nvd3d11h265enc:tune",
"nvd3d11h265enc:vbv-buffer-size", "nvd3d11h265enc:vbv-buffer-size",
"nvd3d11h265enc:weighted-pred", "nvd3d11h265enc:weighted-pred",
"nvd3d11h265enc:zero-reorder-delay", "nvd3d11h265enc:zero-reorder-delay",
"nvh264dec", "nvh264dec",
"nvh264dec!sink", "nvh264dec!sink",
"nvh264dec!src", "nvh264dec!src",
"nvh264dec:cuda-device-id",
"nvh264dec:init-max-height",
"nvh264dec:init-max-width",
"nvh264dec:max-display-delay",
"nvh264dec:num-output-surfaces",
"nvh264enc", "nvh264enc",
"nvh264enc:aud", "nvh264enc:aud",
"nvh264enc:b-adapt", "nvh264enc:b-adapt",
@ -65927,6 +66216,11 @@
"nvh265dec", "nvh265dec",
"nvh265dec!sink", "nvh265dec!sink",
"nvh265dec!src", "nvh265dec!src",
"nvh265dec:cuda-device-id",
"nvh265dec:init-max-height",
"nvh265dec:init-max-width",
"nvh265dec:max-display-delay",
"nvh265dec:num-output-surfaces",
"nvh265enc", "nvh265enc",
"nvh265enc:aud", "nvh265enc:aud",
"nvh265enc:b-adapt", "nvh265enc:b-adapt",
@ -65940,6 +66234,9 @@
"nvjpegdec", "nvjpegdec",
"nvjpegdec!sink", "nvjpegdec!sink",
"nvjpegdec!src", "nvjpegdec!src",
"nvjpegenc",
"nvjpegenc:cuda-device-id",
"nvjpegenc:quality",
"nvmpeg2videodec", "nvmpeg2videodec",
"nvmpeg2videodec!sink", "nvmpeg2videodec!sink",
"nvmpeg2videodec!src", "nvmpeg2videodec!src",
@ -65952,11 +66249,21 @@
"nvvp8dec", "nvvp8dec",
"nvvp8dec!sink", "nvvp8dec!sink",
"nvvp8dec!src", "nvvp8dec!src",
"nvvp8dec:cuda-device-id",
"nvvp8dec:init-max-height",
"nvvp8dec:init-max-width",
"nvvp8dec:max-display-delay",
"nvvp8dec:num-output-surfaces",
"nvvp8sldec", "nvvp8sldec",
"nvvp8sldec:cuda-device-id", "nvvp8sldec:cuda-device-id",
"nvvp9dec", "nvvp9dec",
"nvvp9dec!sink", "nvvp9dec!sink",
"nvvp9dec!src", "nvvp9dec!src",
"nvvp9dec:cuda-device-id",
"nvvp9dec:init-max-height",
"nvvp9dec:init-max-width",
"nvvp9dec:max-display-delay",
"nvvp9dec:num-output-surfaces",
"nvvp9sldec", "nvvp9sldec",
"nvvp9sldec:cuda-device-id", "nvvp9sldec:cuda-device-id",
"objectdetectionoverlay", "objectdetectionoverlay",
@ -67967,6 +68274,64 @@
"struct (unnamed at /tmp/release-1.23.1/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).tile_rows_log2", "struct (unnamed at /tmp/release-1.23.1/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).tile_rows_log2",
"struct (unnamed at /tmp/release-1.23.1/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).tile_size_bytes", "struct (unnamed at /tmp/release-1.23.1/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).tile_size_bytes",
"struct (unnamed at /tmp/release-1.23.1/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).upscaled_width", "struct (unnamed at /tmp/release-1.23.1/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).upscaled_width",
"struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1635:3)",
"struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1635:3).ref_bit_depth",
"struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1635:3).ref_film_grain_params",
"struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1635:3).ref_frame_height",
"struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1635:3).ref_frame_id",
"struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1635:3).ref_frame_type",
"struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1635:3).ref_frame_width",
"struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1635:3).ref_global_motion_params",
"struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1635:3).ref_lf_params",
"struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1635:3).ref_mi_cols",
"struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1635:3).ref_mi_rows",
"struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1635:3).ref_order_hint",
"struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1635:3).ref_render_height",
"struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1635:3).ref_render_width",
"struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1635:3).ref_segmentation_params",
"struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1635:3).ref_subsampling_x",
"struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1635:3).ref_subsampling_y",
"struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1635:3).ref_tile_info",
"struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1635:3).ref_upscaled_width",
"struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1635:3).ref_valid",
"struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1680:3)",
"struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1680:3).anchor_frame_idx",
"struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1680:3).anchor_tile_col",
"struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1680:3).anchor_tile_row",
"struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1680:3).coded_tile_data",
"struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1680:3).tile_data_size_minus_1",
"struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1718:3)",
"struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1718:3).mi_col_end",
"struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1718:3).mi_col_start",
"struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1718:3).mi_row_end",
"struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1718:3).mi_row_start",
"struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1718:3).tile_col",
"struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1718:3).tile_offset",
"struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1718:3).tile_row",
"struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1718:3).tile_size",
"struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3)",
"struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).begin_first_frame",
"struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).current_frame_id",
"struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).frame_height",
"struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).frame_width",
"struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).mi_col_starts",
"struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).mi_cols",
"struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).mi_row_starts",
"struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).mi_rows",
"struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).operating_point",
"struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).operating_point_idc",
"struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).prev_frame_id",
"struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).ref_info",
"struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).render_height",
"struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).render_width",
"struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).seen_frame_header",
"struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).sequence_changed",
"struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).tile_cols",
"struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).tile_cols_log2",
"struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).tile_rows",
"struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).tile_rows_log2",
"struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).tile_size_bytes",
"struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).upscaled_width",
"subparse", "subparse",
"subparse:subtitle-encoding", "subparse:subtitle-encoding",
"subparse:video-fps", "subparse:video-fps",
@ -68655,6 +69020,7 @@
"volume", "volume",
"volume:mute", "volume:mute",
"volume:volume", "volume:volume",
"volume:volume-full-range",
"vorbisdec", "vorbisdec",
"vorbisenc", "vorbisenc",
"vorbisenc:bitrate", "vorbisenc:bitrate",

View file

@ -1 +1 @@
1.23 1.24

File diff suppressed because it is too large Load diff

View file

@ -1,13 +1,15 @@
This is GStreamer gst-editing-services 1.23.90. This is GStreamer gst-editing-services 1.24.0.
GStreamer 1.23 is the unstable development branch leading up to the next major The GStreamer team is thrilled to announce a new major feature release
stable version which will be 1.24. of your favourite cross-platform multimedia framework!
The 1.23 development series adds new features on top of the 1.22 series and is As always, this release is again packed with new features, bug fixes and
part of the API and ABI-stable 1.x release series of the GStreamer multimedia other improvements.
framework.
Full release notes will one day be found at: The 1.24 release series adds new features on top of the 1.22 series and is
part of the API and ABI-stable 1.x release series.
Full release notes can be found at:
https://gstreamer.freedesktop.org/releases/1.24/ https://gstreamer.freedesktop.org/releases/1.24/
@ -85,9 +87,6 @@ or pop into one of our Matrix chat rooms, see
for more details. for more details.
There is also a legacy IRC channel, #gstreamer on the OFTC IRC network,
which is also bridged into the Matrix network.
Please do not submit support requests in GitLab, we only use it for Please do not submit support requests in GitLab, we only use it for
bug tracking and merge requests review. Use the Discourse forum instead. bug tracking and merge requests review. Use the Discourse forum instead.

View file

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

View file

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

View file

@ -1,4 +1,4 @@
project('gst-examples', 'c', version : '1.23.90', license : 'LGPL') project('gst-examples', 'c', version : '1.24.0', license : 'LGPL')
static_build = get_option('default_library') == 'static' static_build = get_option('default_library') == 'static'
cc = meson.get_compiler('c') cc = meson.get_compiler('c')

View file

@ -1 +1 @@
project('gst-integration-testsuites', [], version: '1.23.90', meson_version : '>= 1.1', license: 'LGPL') project('gst-integration-testsuites', [], version: '1.24.0', meson_version : '>= 1.1', license: 'LGPL')

File diff suppressed because it is too large Load diff

View file

@ -1,13 +1,15 @@
This is GStreamer gst-libav 1.23.90. This is GStreamer gst-libav 1.24.0.
GStreamer 1.23 is the unstable development branch leading up to the next major The GStreamer team is thrilled to announce a new major feature release
stable version which will be 1.24. of your favourite cross-platform multimedia framework!
The 1.23 development series adds new features on top of the 1.22 series and is As always, this release is again packed with new features, bug fixes and
part of the API and ABI-stable 1.x release series of the GStreamer multimedia other improvements.
framework.
Full release notes will one day be found at: The 1.24 release series adds new features on top of the 1.22 series and is
part of the API and ABI-stable 1.x release series.
Full release notes can be found at:
https://gstreamer.freedesktop.org/releases/1.24/ https://gstreamer.freedesktop.org/releases/1.24/
@ -85,9 +87,6 @@ or pop into one of our Matrix chat rooms, see
for more details. for more details.
There is also a legacy IRC channel, #gstreamer on the OFTC IRC network,
which is also bridged into the Matrix network.
Please do not submit support requests in GitLab, we only use it for Please do not submit support requests in GitLab, we only use it for
bug tracking and merge requests review. Use the Discourse forum instead. bug tracking and merge requests review. Use the Discourse forum instead.

View file

@ -32,6 +32,16 @@ colorspace conversion elements.
</GitRepository> </GitRepository>
</repository> </repository>
<release>
<Version>
<revision>1.24.0</revision>
<branch>main</branch>
<name></name>
<created>2024-03-04</created>
<file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.24.0.tar.xz" />
</Version>
</release>
<release> <release>
<Version> <Version>
<revision>1.23.90</revision> <revision>1.23.90</revision>

View file

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

File diff suppressed because it is too large Load diff

View file

@ -1,4 +1,4 @@
GStreamer 1.23.x development series GStreamer 1.24.x stable series
WHAT IT IS WHAT IT IS
---------- ----------

View file

@ -1,13 +1,15 @@
This is GStreamer gst-plugins-bad 1.23.90. This is GStreamer gst-plugins-bad 1.24.0.
GStreamer 1.23 is the unstable development branch leading up to the next major The GStreamer team is thrilled to announce a new major feature release
stable version which will be 1.24. of your favourite cross-platform multimedia framework!
The 1.23 development series adds new features on top of the 1.22 series and is As always, this release is again packed with new features, bug fixes and
part of the API and ABI-stable 1.x release series of the GStreamer multimedia other improvements.
framework.
Full release notes will one day be found at: The 1.24 release series adds new features on top of the 1.22 series and is
part of the API and ABI-stable 1.x release series.
Full release notes can be found at:
https://gstreamer.freedesktop.org/releases/1.24/ https://gstreamer.freedesktop.org/releases/1.24/
@ -85,9 +87,6 @@ or pop into one of our Matrix chat rooms, see
for more details. for more details.
There is also a legacy IRC channel, #gstreamer on the OFTC IRC network,
which is also bridged into the Matrix network.
Please do not submit support requests in GitLab, we only use it for Please do not submit support requests in GitLab, we only use it for
bug tracking and merge requests review. Use the Discourse forum instead. bug tracking and merge requests review. Use the Discourse forum instead.

View file

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

View file

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

File diff suppressed because it is too large Load diff

View file

@ -1,4 +1,4 @@
GStreamer 1.23.x development series GStreamer 1.24.x stable series
WHAT IT IS WHAT IT IS
---------- ----------

View file

@ -1,13 +1,15 @@
This is GStreamer gst-plugins-base 1.23.90. This is GStreamer gst-plugins-base 1.24.0.
GStreamer 1.23 is the unstable development branch leading up to the next major The GStreamer team is thrilled to announce a new major feature release
stable version which will be 1.24. of your favourite cross-platform multimedia framework!
The 1.23 development series adds new features on top of the 1.22 series and is As always, this release is again packed with new features, bug fixes and
part of the API and ABI-stable 1.x release series of the GStreamer multimedia other improvements.
framework.
Full release notes will one day be found at: The 1.24 release series adds new features on top of the 1.22 series and is
part of the API and ABI-stable 1.x release series.
Full release notes can be found at:
https://gstreamer.freedesktop.org/releases/1.24/ https://gstreamer.freedesktop.org/releases/1.24/
@ -85,9 +87,6 @@ or pop into one of our Matrix chat rooms, see
for more details. for more details.
There is also a legacy IRC channel, #gstreamer on the OFTC IRC network,
which is also bridged into the Matrix network.
Please do not submit support requests in GitLab, we only use it for Please do not submit support requests in GitLab, we only use it for
bug tracking and merge requests review. Use the Discourse forum instead. bug tracking and merge requests review. Use the Discourse forum instead.

View file

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

View file

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

File diff suppressed because it is too large Load diff

View file

@ -1,4 +1,4 @@
GStreamer 1.23.x development series GStreamer 1.24.x stable series
WHAT IT IS WHAT IT IS
---------- ----------

View file

@ -1,13 +1,15 @@
This is GStreamer gst-plugins-good 1.23.90. This is GStreamer gst-plugins-good 1.24.0.
GStreamer 1.23 is the unstable development branch leading up to the next major The GStreamer team is thrilled to announce a new major feature release
stable version which will be 1.24. of your favourite cross-platform multimedia framework!
The 1.23 development series adds new features on top of the 1.22 series and is As always, this release is again packed with new features, bug fixes and
part of the API and ABI-stable 1.x release series of the GStreamer multimedia other improvements.
framework.
Full release notes will one day be found at: The 1.24 release series adds new features on top of the 1.22 series and is
part of the API and ABI-stable 1.x release series.
Full release notes can be found at:
https://gstreamer.freedesktop.org/releases/1.24/ https://gstreamer.freedesktop.org/releases/1.24/
@ -85,9 +87,6 @@ or pop into one of our Matrix chat rooms, see
for more details. for more details.
There is also a legacy IRC channel, #gstreamer on the OFTC IRC network,
which is also bridged into the Matrix network.
Please do not submit support requests in GitLab, we only use it for Please do not submit support requests in GitLab, we only use it for
bug tracking and merge requests review. Use the Discourse forum instead. bug tracking and merge requests review. Use the Discourse forum instead.

View file

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

View file

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

View file

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

File diff suppressed because it is too large Load diff

View file

@ -1,4 +1,4 @@
GStreamer 1.23.x development series GStreamer 1.24.x stable series
WHAT IT IS WHAT IT IS
---------- ----------

View file

@ -1,13 +1,15 @@
This is GStreamer gst-plugins-ugly 1.23.90. This is GStreamer gst-plugins-ugly 1.24.0.
GStreamer 1.23 is the unstable development branch leading up to the next major The GStreamer team is thrilled to announce a new major feature release
stable version which will be 1.24. of your favourite cross-platform multimedia framework!
The 1.23 development series adds new features on top of the 1.22 series and is As always, this release is again packed with new features, bug fixes and
part of the API and ABI-stable 1.x release series of the GStreamer multimedia other improvements.
framework.
Full release notes will one day be found at: The 1.24 release series adds new features on top of the 1.22 series and is
part of the API and ABI-stable 1.x release series.
Full release notes can be found at:
https://gstreamer.freedesktop.org/releases/1.24/ https://gstreamer.freedesktop.org/releases/1.24/
@ -85,9 +87,6 @@ or pop into one of our Matrix chat rooms, see
for more details. for more details.
There is also a legacy IRC channel, #gstreamer on the OFTC IRC network,
which is also bridged into the Matrix network.
Please do not submit support requests in GitLab, we only use it for Please do not submit support requests in GitLab, we only use it for
bug tracking and merge requests review. Use the Discourse forum instead. bug tracking and merge requests review. Use the Discourse forum instead.

View file

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

View file

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

File diff suppressed because it is too large Load diff

View file

@ -1,13 +1,15 @@
This is GStreamer gst-python 1.23.90. This is GStreamer gst-python 1.24.0.
GStreamer 1.23 is the unstable development branch leading up to the next major The GStreamer team is thrilled to announce a new major feature release
stable version which will be 1.24. of your favourite cross-platform multimedia framework!
The 1.23 development series adds new features on top of the 1.22 series and is As always, this release is again packed with new features, bug fixes and
part of the API and ABI-stable 1.x release series of the GStreamer multimedia other improvements.
framework.
Full release notes will one day be found at: The 1.24 release series adds new features on top of the 1.22 series and is
part of the API and ABI-stable 1.x release series.
Full release notes can be found at:
https://gstreamer.freedesktop.org/releases/1.24/ https://gstreamer.freedesktop.org/releases/1.24/
@ -85,9 +87,6 @@ or pop into one of our Matrix chat rooms, see
for more details. for more details.
There is also a legacy IRC channel, #gstreamer on the OFTC IRC network,
which is also bridged into the Matrix network.
Please do not submit support requests in GitLab, we only use it for Please do not submit support requests in GitLab, we only use it for
bug tracking and merge requests review. Use the Discourse forum instead. bug tracking and merge requests review. Use the Discourse forum instead.

View file

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

View file

@ -1,5 +1,5 @@
project('gst-python', 'c', project('gst-python', 'c',
version : '1.23.90', version : '1.24.0',
meson_version : '>= 1.1', meson_version : '>= 1.1',
default_options : [ 'warning_level=1', default_options : [ 'warning_level=1',
'c_std=gnu99', 'c_std=gnu99',

File diff suppressed because it is too large Load diff

View file

@ -1,13 +1,15 @@
This is GStreamer gst-rtsp-server 1.23.90. This is GStreamer gst-rtsp-server 1.24.0.
GStreamer 1.23 is the unstable development branch leading up to the next major The GStreamer team is thrilled to announce a new major feature release
stable version which will be 1.24. of your favourite cross-platform multimedia framework!
The 1.23 development series adds new features on top of the 1.22 series and is As always, this release is again packed with new features, bug fixes and
part of the API and ABI-stable 1.x release series of the GStreamer multimedia other improvements.
framework.
Full release notes will one day be found at: The 1.24 release series adds new features on top of the 1.22 series and is
part of the API and ABI-stable 1.x release series.
Full release notes can be found at:
https://gstreamer.freedesktop.org/releases/1.24/ https://gstreamer.freedesktop.org/releases/1.24/
@ -85,9 +87,6 @@ or pop into one of our Matrix chat rooms, see
for more details. for more details.
There is also a legacy IRC channel, #gstreamer on the OFTC IRC network,
which is also bridged into the Matrix network.
Please do not submit support requests in GitLab, we only use it for Please do not submit support requests in GitLab, we only use it for
bug tracking and merge requests review. Use the Discourse forum instead. bug tracking and merge requests review. Use the Discourse forum instead.

View file

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

View file

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

View file

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

View file

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

View file

@ -171,8 +171,8 @@ namespace Gst {
public const int VALUE_LESS_THAN = -1; public const int VALUE_LESS_THAN = -1;
public const int VALUE_UNORDERED = 2; public const int VALUE_UNORDERED = 2;
public const int VERSION_MAJOR = 1; public const int VERSION_MAJOR = 1;
public const int VERSION_MICRO = 90; public const int VERSION_MICRO = 0;
public const int VERSION_MINOR = 23; public const int VERSION_MINOR = 24;
public const int VERSION_NANO = 0; public const int VERSION_NANO = 0;
#endregion #endregion
} }

View file

@ -12342,10 +12342,10 @@
<constant value="1" ctype="gint" gtype="gint" name="VALUE_GREATER_THAN" /> <constant value="1" ctype="gint" gtype="gint" name="VALUE_GREATER_THAN" />
<constant value="-1" ctype="gint" gtype="gint" name="VALUE_LESS_THAN" /> <constant value="-1" ctype="gint" gtype="gint" name="VALUE_LESS_THAN" />
<constant value="2" ctype="gint" gtype="gint" name="VALUE_UNORDERED" /> <constant value="2" ctype="gint" gtype="gint" name="VALUE_UNORDERED" />
<constant value="1" ctype="gint" gtype="gint" name="VERSION_MAJOR" /> <constant value="1" ctype="gint" gtype="gint" name="VERSION_MAJOR" />
<constant value="90" ctype="gint" gtype="gint" name="VERSION_MICRO" /> <constant value="0" ctype="gint" gtype="gint" name="VERSION_MICRO" />
<constant value="23" ctype="gint" gtype="gint" name="VERSION_MINOR" /> <constant value="24" ctype="gint" gtype="gint" name="VERSION_MINOR" />
<constant value="0" ctype="gint" gtype="gint" name="VERSION_NANO" /> <constant value="0" ctype="gint" gtype="gint" name="VERSION_NANO" />
</object> </object>
<class name="Parse" cname="GstParse" disable_void_ctor="1"> <class name="Parse" cname="GstParse" disable_void_ctor="1">
<method name="ParseBinFromDescription" cname="gst_parse_bin_from_description" shared="true"> <method name="ParseBinFromDescription" cname="gst_parse_bin_from_description" shared="true">
@ -22376,10 +22376,10 @@
<constant value="file-extension" ctype="gchar*" gtype="gchar*" name="ENCODING_CATEGORY_FILE_EXTENSION" /> <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="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="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="1" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_MAJOR" />
<constant value="90" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_MICRO" /> <constant value="0" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_MICRO" />
<constant value="23" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_MINOR" /> <constant value="24" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_MINOR" />
<constant value="0" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_NANO" /> <constant value="0" ctype="gint" gtype="gint" name="PLUGINS_BASE_VERSION_NANO" />
</object> </object>
</namespace> </namespace>
<namespace name="Gst.Rtp" library="gstrtp-1.0-0.dll"> <namespace name="Gst.Rtp" library="gstrtp-1.0-0.dll">

File diff suppressed because it is too large Load diff

View file

@ -1,13 +1,15 @@
This is GStreamer gstreamer-vaapi 1.23.90. This is GStreamer gstreamer-vaapi 1.24.0.
GStreamer 1.23 is the unstable development branch leading up to the next major The GStreamer team is thrilled to announce a new major feature release
stable version which will be 1.24. of your favourite cross-platform multimedia framework!
The 1.23 development series adds new features on top of the 1.22 series and is As always, this release is again packed with new features, bug fixes and
part of the API and ABI-stable 1.x release series of the GStreamer multimedia other improvements.
framework.
Full release notes will one day be found at: The 1.24 release series adds new features on top of the 1.22 series and is
part of the API and ABI-stable 1.x release series.
Full release notes can be found at:
https://gstreamer.freedesktop.org/releases/1.24/ https://gstreamer.freedesktop.org/releases/1.24/
@ -85,9 +87,6 @@ or pop into one of our Matrix chat rooms, see
for more details. for more details.
There is also a legacy IRC channel, #gstreamer on the OFTC IRC network,
which is also bridged into the Matrix network.
Please do not submit support requests in GitLab, we only use it for Please do not submit support requests in GitLab, we only use it for
bug tracking and merge requests review. Use the Discourse forum instead. bug tracking and merge requests review. Use the Discourse forum instead.

View file

@ -25,6 +25,16 @@
</GitRepository> </GitRepository>
</repository> </repository>
<release>
<Version>
<revision>1.24.0</revision>
<branch>main</branch>
<name></name>
<created>2024-03-04</created>
<file-release rdf:resource="https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.24.0.tar.xz" />
</Version>
</release>
<release> <release>
<Version> <Version>
<revision>1.23.90</revision> <revision>1.23.90</revision>

View file

@ -1,5 +1,5 @@
project('gstreamer-vaapi', 'c', project('gstreamer-vaapi', 'c',
version : '1.23.90', version : '1.24.0',
meson_version : '>= 1.1', meson_version : '>= 1.1',
default_options : [ 'warning_level=1', default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ]) 'buildtype=debugoptimized' ])

File diff suppressed because it is too large Load diff

View file

@ -1,4 +1,4 @@
GStreamer 1.23.x development series GStreamer 1.24.x stable series
WHAT IT IS WHAT IT IS
---------- ----------

View file

@ -1,13 +1,15 @@
This is GStreamer core 1.23.90. This is GStreamer core 1.24.0.
GStreamer 1.23 is the unstable development branch leading up to the next major The GStreamer team is thrilled to announce a new major feature release
stable version which will be 1.24. of your favourite cross-platform multimedia framework!
The 1.23 development series adds new features on top of the 1.22 series and is As always, this release is again packed with new features, bug fixes and
part of the API and ABI-stable 1.x release series of the GStreamer multimedia other improvements.
framework.
Full release notes will one day be found at: The 1.24 release series adds new features on top of the 1.22 series and is
part of the API and ABI-stable 1.x release series.
Full release notes can be found at:
https://gstreamer.freedesktop.org/releases/1.24/ https://gstreamer.freedesktop.org/releases/1.24/
@ -85,9 +87,6 @@ or pop into one of our Matrix chat rooms, see
for more details. for more details.
There is also a legacy IRC channel, #gstreamer on the OFTC IRC network,
which is also bridged into the Matrix network.
Please do not submit support requests in GitLab, we only use it for Please do not submit support requests in GitLab, we only use it for
bug tracking and merge requests review. Use the Discourse forum instead. bug tracking and merge requests review. Use the Discourse forum instead.

View file

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

View file

@ -1,5 +1,5 @@
project('gstreamer', 'c', project('gstreamer', 'c',
version : '1.23.90', version : '1.24.0',
meson_version : '>= 1.1', meson_version : '>= 1.1',
default_options : [ 'warning_level=1', default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ]) 'buildtype=debugoptimized' ])