Release 0.10.31

This commit is contained in:
Tim-Philipp Müller 2010-11-30 19:25:44 +00:00
parent 7b312c5980
commit ca414a2261
39 changed files with 4126 additions and 318 deletions

3273
ChangeLog

File diff suppressed because it is too large Load Diff

260
NEWS
View File

@ -1,4 +1,262 @@
This is GStreamer Base Plug-ins 0.10.30, "Difficult Birth" This is GStreamer Base Plug-ins 0.10.31, "Dance Like It's 1982"
Changes since 0.10.30:
* adder: Make sure FLUSH_STOP is always sent after a flushing seek
* alsasrc, alsasink: add "card-name" property to get the card name in addition to the device name
* appsrc: don't override buffer caps if appsrc caps are NULL; fix element classification
* audioclock: add a function to invalidate the clock
* audioconvert: optimise remaining conversion code paths with Orc as well
* baseaudiosink,baseaudiosrc: post clock-provide and clock-lost messages when going from/to READY to/from PAUSED
* baseaudiosink: subtract the render_delay from our latency
* decodebin2: don't add non prerolled stream to topology
* ffmpegcolorspace: add support for A420 and fix support for 8 bit paletted RGB and IYU1
* gnomevfsrc: set GST_PARAM_MUTABLE_READY flag on the "handle" property
* libvisual: add latency query; only drop frames that are really too old
* multifdsink: gdp protocol is deprecated. People should use gdppay instead
* oggdemux: fix seeking with negative rate with skeleton; fix wrong flowreturn handling
* pbutils: AAC profile and level detection utility functions
* pbutils: H.264 and MPEG-4 profile and level extraction utility functions
* pbutils: new GstDiscoverer utility API for extracting metadata and tags
* playbin2, decodebin2: declare stable, deprecate the old playbin/decodebin
* playbin2, uridecodebin: add property to configure ring buffer size
* rtcpbuffer: add function to manipulation the data in RTCP feedback packets
* rtpbuffer: add functions to add RFC 5285 header extensions to GstBufferLists
* rtpbuffer: add function to add RTP header extensions with a two bytes header
* rtpbuffer: add function to append RFC 5285 one byte header extensions
* rtpbuffer: add function to parse RFC 5285 header extensions
* rtpbuffer: add function to read RFC 5285 header extensions from GstBufferLists
* rtpbuffer: add function to transform a GstBuffer into a GstBufferList
* rtsp: improve rtsp timeout calculation and handling
* sdp: add methods to convert between uri and message
* tags: try ISO-8859-1 as second fallback in case WINDOWS-1252 is not supported
* tags: add many more photography/capture tags
* tags: EXIF and XMP tag handling improvements
* textoverlay: add support for NV12, NV21 and AYUV; configurable text color and position
* theoradec: expose telemetry properties only if libtheora was compiled with --enable-telemetry
* theoraenc: add support for two-pass encoding; allow change of bitrate and quality on-the-fly
* tools: standalone gst-discoverer-0.10 tool for discovering media file properties
* typefinding: detect avc1 ftyp as video/quicktime
* typefinding: export 3gp profile in caps
* typefinding: detect enhanced AC-3
* typefinding: extend AAC typefinder to detect LOAS streams
* typefinding: fix ADTS caps stream-format detail
* typefinding: more reliable mpeg-ts typefinding
* uridecodebin: Only enable progressive downloading if the upstream duration in bytes is known
* video: add gst_video_convert_frame*() utility functions
* videorate: fixate the pixel-aspect-ratio if necessary
* videorate: mark duplicated frames with the GAP flag
* videoscale: add support for adding black borders to keep the DAR if necessary ("add-borders" property)
* videoscale: Fix caps fixating if the height is fixed but the width isn't
* videoscale: only set the PAR if the caps already had a PAR
* videoscale: refactor using more Orc code
* videotestsrc: new patterns: solid-color, ball, bar and smpte100
* videotestsrc: add "foreground-color" and "background-color" properties, deprecate "colorspec" property
* videotestsrc: add support for UYVP format, fix NV21 rendering
* volume: use Orc to optimise many code paths
* vorbisdec: decode pending buffers upon EOS when doing reverse playback
* xoverlay: add set_window_handle() with guintptr argument, deprecate set_xwindow_id() which doesn't work on some platforms
* xoverlay: allow render rectangle coordinates to be negative
Bugs fixed since 0.10.30:
* 628028 : [uridecodebin] Don't enable progressive downloading for live streams
* 623846 : typefinding: add support for " enhanced ac3 " (eac3)
* 602437 : [playbin2] [gapless] Completely broken when switching between files with audio/video only
* 612264 : Notification needed when the first buffer is pushed by the basertppayloader
* 615471 : [videoscale] Interlaced handling makes output worse than no interlaced handling at all
* 616392 : videotestsrc colorspec=0/1 does not affect color-matrix in caps
* 617314 : pbutils: Add codec-specific utility functions for AAC, H.264, MPEG-4 video
* 617506 : [videoscale] Add support for adding black borders if necessary to keep the DAR
* 620291 : typefindfunctions: Export 3gp profile in caps
* 623663 : [typefinding] mpeg-ts file detected as audio/mpeg
* 623807 : [audioclock] Add gst_audio_clock_new_full() with GDestroyNotify for the user_data
* 623837 : typefind: only associate .webm with WebM
* 623918 : [typefind] Extend AAC typefinder to detect LOAS stream
* 624598 : [adder] crash in orc_sse_set_mxcsr()
* 624656 : [videoscale] UYVY scaling broken, introduces green lines
* 624919 : [videotestsrc] add solid color pattern
* 624920 : [textoverlay] configurable text color and position
* 624949 : [playbin2] declare playbin2 stable
* 625001 : [examples] Don't use GdkDraw/GdkGC
* 625118 : [playbin2] Race condition with EOS events in gapless mode
* 625944 : [pbutils] GstDiscoverer - API to discover metadata and stream information
* 626125 : [alsa] Conditional jump or move depends on uninitialised value(s)
* 626570 : [tag] Add resolution tags
* 626581 : [playbin2] regression: occasional deadlocks in streamsynchronizer
* 626621 : [playbin2] streamsynchronizer regressions
* 626629 : [ffmpegcolorspace] doesn't handle palettes any longer
* 626718 : playback: Delay usage of GstFactoryList
* 627203 : [alsa] alsasrc and alsasink should expose card name via property
* 627297 : [regression] build-failure
* 627565 : [xoverlay][win64] gulong can't hold a HANDLE
* 627768 : add NV12 support to textoverlay
* 627780 : GstClockOverlay re-renders string even if it hasn't changed, resulting in very high CPU usage.
* 627924 : riff: add support for 2vuy
* 628009 : [volume] Float processing with orc broken
* 628400 : [videorate] does not generate buffers to fill the duration of the last frame
* 628500 : videotestsrc: add moving color bars pattern
* 628747 : gst-plugins-base: unable to build because of compiler warning in libggsttag
* 629157 : Move video frame conversion from playback plugin to libgstvideo
* 629672 : gnomevfsrsrc: " handle " property should also have the GST_PARAM_MUTABLE_READY flag
* 629848 : build problem with current gtk+: implicit declaration of function 'gdk_draw_rectangle', GtkStyle' has no member named 'black_gc'
* 630303 : theoraenc: Make the bitrate/quality dynamically modifiable
* 630353 : [appsrc] Avoid losing buffers' caps
* 630440 : ringbuffer: use g_once for type-init
* 630443 : baseaudiosink: Add getter and setter for drift tolerance
* 630471 : [tag] ligatures " Œ " and " œ " are not supported in freeform strings
* 630496 : seek example: add new #define to set seek bar graininess
* 630802 : videotestsrc.c doesn't compile in Visual Studio 2008
* 631128 : Add methods to manipulate RFC 5285 header extensions
* 631312 : [streamsynchronizer] Advancing segments too much
* 631633 : [oggdemux] fix seeking with negative rate with skeleton
* 631703 : [oggdemux] sintel ogv delay when playing
* 631756 : Fix build with glib 2.21.3
* 631773 : [tags] Add new exif tags: sharpness, metering mode, file/capturing source
* 631774 : [xvimagesink] sets non-simple caps on pad_alloced buffer
* 632167 : [oggdemux] doesn't parse/push all headers in pull mode
* 632653 : [seek] Don't use deprecated combo box API
* 632656 : [uridecodebin] internal decodebin2 might fail to reach PLAYING in streaming case
* 632789 : [PATCH] tests/icles/: adapted test-colorkey.c and test-xoverlay.c to deprecation of gtk_widget_hide_all
* 632809 : [regression] build failure in 0.10.30.2 in tools/
* 632988 : [discoverer] gst_caps_ref() critical for substreams of unknown streams
* 633023 : [discoverer] Add versionized gst-discoverer tool
* 633203 : Regression: streamsynchroniser + disabled deinterlacing = no DVD menu highlights/subtitles
* 633311 : discoverer: use specific types in getters, rename some boolean getters
* 633336 : [discoverer] Move documentation into the correct section
* 633455 : [rtsp] don't let the rtsp connection timeout
* 634014 : GTK+3 is a moving target, lets not compile against it by default.
* 634584 : decodebin2 docs should mention that " new-decoded-pad " signal may be emitted after " no-more-pads "
* 635067 : [*decodebin*] pad template leaked
* 635392 : Missing information on exported packages from GIRs
* 621349 : [theoraenc] Implement two-pass encoding
* 628488 : [theoradec] add properties to enable telemetry overlay
* 629746 : Enumerations have incorrect names of enum values (GEnumValue.value_name)
* 626869 : The RTP depayloader is sometimes sending partial frames down the pipeline without the DISCONT bit set
API added since 0.10.30:
* gst_audio_clock_invalidate()
* gst_audio_clock_new_full()
* gst_base_audio_sink_get_drift_tolerance()
* gst_base_audio_sink_set_drift_tolerance()
* gst_x_overlay_got_window_handle()
* gst_x_overlay_set_window_handle()
* GstXOverlay::set_window_handle()
* gst_codec_utils_aac_caps_set_level_and_profile()
* gst_codec_utils_aac_get_level()
* gst_codec_utils_aac_get_profile()
* gst_codec_utils_aac_get_sample_rate_from_index()
* gst_codec_utils_h264_caps_set_level_and_profile()
* gst_codec_utils_h264_get_level()
* gst_codec_utils_h264_get_profile()
* gst_codec_utils_mpeg4video_caps_set_level_and_profile()
* gst_codec_utils_mpeg4video_get_level()
* gst_codec_utils_mpeg4video_get_profile()
* gst_discoverer_audio_info_get_bitrate()
* gst_discoverer_audio_info_get_channels()
* gst_discoverer_audio_info_get_depth()
* gst_discoverer_audio_info_get_max_bitrate()
* gst_discoverer_audio_info_get_sample_rate()
* gst_discoverer_audio_info_get_type()
* gst_discoverer_container_info_get_streams()
* gst_discoverer_container_info_get_type()
* gst_discoverer_discover_uri()
* gst_discoverer_discover_uri_async()
* gst_discoverer_get_type()
* gst_discoverer_info_copy()
* gst_discoverer_info_get_audio_streams()
* gst_discoverer_info_get_container_streams()
* gst_discoverer_info_get_duration()
* gst_discoverer_info_get_misc()
* gst_discoverer_info_get_result()
* gst_discoverer_info_get_stream_info()
* gst_discoverer_info_get_stream_list()
* gst_discoverer_info_get_streams()
* gst_discoverer_info_get_tags()
* gst_discoverer_info_get_type()
* gst_discoverer_info_get_uri()
* gst_discoverer_info_get_video_streams()
* gst_discoverer_new()
* gst_discoverer_result_get_type()
* gst_discoverer_start()
* gst_discoverer_stop()
* gst_discoverer_stream_info_get_caps()
* gst_discoverer_stream_info_get_misc()
* gst_discoverer_stream_info_get_next()
* gst_discoverer_stream_info_get_previous()
* gst_discoverer_stream_info_get_stream_type_nick()
* gst_discoverer_stream_info_get_tags()
* gst_discoverer_stream_info_get_type()
* gst_discoverer_stream_info_list_free()
* gst_discoverer_video_info_get_bitrate()
* gst_discoverer_video_info_get_depth()
* gst_discoverer_video_info_get_framerate_denom()
* gst_discoverer_video_info_get_framerate_num()
* gst_discoverer_video_info_get_height()
* gst_discoverer_video_info_get_max_bitrate()
* gst_discoverer_video_info_get_par_denom()
* gst_discoverer_video_info_get_par_num()
* gst_discoverer_video_info_get_type()
* gst_discoverer_video_info_get_width()
* gst_discoverer_video_info_is_image()
* gst_discoverer_video_info_is_interlaced()
* GST_PLUGINS_BASE_VERSION_MAJOR
* GST_PLUGINS_BASE_VERSION_MINOR
* GST_PLUGINS_BASE_VERSION_MICRO
* GST_PLUGINS_BASE_VERSION_NANO
* GST_CHECK_PLUGINS_BASE_VERSION
* gst_plugins_base_version()
* gst_plugins_base_version_string()
* gst_rtcp_packet_fb_get_fci()
* gst_rtcp_packet_fb_get_fci_length()
* gst_rtcp_packet_fb_set_fci_length()
* gst_rtp_buffer_add_extension_onebyte_header()
* gst_rtp_buffer_add_extension_twobytes_header()
* gst_rtp_buffer_get_extension_onebyte_header()
* gst_rtp_buffer_get_extension_twobytes_header()
* gst_rtp_buffer_list_add_extension_onebyte_header()
* gst_rtp_buffer_list_add_extension_twobytes_header()
* gst_rtp_buffer_list_from_buffer()
* gst_rtp_buffer_list_get_extension_onebyte_header()
* gst_rtp_buffer_list_get_extension_twobytes_header()
* gst_sdp_message_as_uri()
* gst_sdp_message_parse_uri()
* GST_TAG_CAPTURING_SOURCE
* GST_TAG_CAPTURING_METERING_MODE
* GST_TAG_CAPTURING_SHARPNESS
* GST_TAG_IMAGE_HORIZONTAL_PPI
* GST_TAG_IMAGE_VERTICAL_PPI
* GST_TAG_CAPTURING_FLASH_FIRED
* GST_TAG_CAPTURING_FLASH_MODE
* GST_TAG_CAPTURING_EXPOSURE_PROGRAM
* GST_TAG_CAPTURING_EXPOSURE_MODE
* GST_TAG_CAPTURING_SCENE_CAPTURE_TYPE
* GST_TAG_CAPTURING_GAIN_ADJUSTMENT
* GST_TAG_CAPTURING_WHITE_BALANCE
* GST_TAG_CAPTURING_CONTRAST
* GST_TAG_CAPTURING_SATURATION
* GST_TAG_CAPTURING_SHUTTER_SPEED
* GST_TAG_CAPTURING_FOCAL_RATIO
* GST_TAG_CAPTURING_FOCAL_LENGTH
* GST_TAG_CAPTURING_DIGITAL_ZOOM_RATIO
* GST_TAG_CAPTURING_ISO_SPEED
* GST_VIDEO_FORMAT_UYVP
* GST_VIDEO_FORMAT_A420
* gst_video_convert_frame()
* gst_video_convert_frame_async()
* GstTextOverlay:xpos
* GstTextOverlay:ypos
* GstTextOverlay:color
* GstVideoTestSrc:solid-color
* GstVideoTestSrc::foreground-color
* GstVideoTestSrc::background-color
API deprecated since 0.10.30:
* gst_x_overlay_set_xwindow_id()
* gst_x_overlay_got_xwindow_id()
* GstXOverlay::set_xwindow_id()
Changes since 0.10.29: Changes since 0.10.29:

401
RELEASE
View File

@ -1,5 +1,5 @@
Release notes for GStreamer Base Plug-ins 0.10.30 "Difficult Birth" Release notes for GStreamer Base Plug-ins 0.10.31 "Dance Like It's 1982"
@ -54,137 +54,263 @@ contains a set of less supported plug-ins that haven't passed the
Features of this release Features of this release
* Use Orc (Optimized Inner Loops Runtime Compiler) for SIMD and * adder: Make sure FLUSH_STOP is always sent after a flushing seek
other optimisations, and remove liboil dependency. The main goal * alsasrc, alsasink: add "card-name" property to get the card name in addition to the device name
for this release was to make the transition from liboil to liborc. * appsrc: don't override buffer caps if appsrc caps are NULL; fix element classification
Performance improvements should not be expected and will be the * audioclock: add a function to invalidate the clock
focus of future versions. liborc is an optional dependency for * audioconvert: optimise remaining conversion code paths with Orc as well
the time being, to make it possible to test and develop the very * baseaudiosink,baseaudiosrc: post clock-provide and clock-lost messages when going from/to READY to/from PAUSED
latest GStreamer versions on systems that don't have orc yet. * baseaudiosink: subtract the render_delay from our latency
However, without orc slow unoptimised backup code will be used * decodebin2: don't add non prerolled stream to topology
for many performance critical code paths. Distributors are urged * ffmpegcolorspace: add support for A420 and fix support for 8 bit paletted RGB and IYU1
to package and ship the latest version of liborc and compile * gnomevfsrc: set GST_PARAM_MUTABLE_READY flag on the "handle" property
GStreamer modules with --enable-orc. Please do not distribute * libvisual: add latency query; only drop frames that are really too old
GStreamer packages that are not orc enabled. More information on * multifdsink: gdp protocol is deprecated. People should use gdppay instead
the orc integration can be found in the docs/design/ directory. * oggdemux: fix seeking with negative rate with skeleton; fix wrong flowreturn handling
* basertpaudiopayload: Set duration on buffers; add extra frame for * pbutils: AAC profile and level detection utility functions
non-complete frame lengths * pbutils: H.264 and MPEG-4 profile and level extraction utility functions
* riff: add mappings for On2 VP8 and VP6F (On2 VP6 Flash variant) * pbutils: new GstDiscoverer utility API for extracting metadata and tags
* video: Add support for RGB/BGR with 15 and 16 bits, and Y800 and Y16 * playbin2, decodebin2: declare stable, deprecate the old playbin/decodebin
* xmp/exif tags: add mappings for new tags (device, geo location, image orientation) * playbin2, uridecodebin: add property to configure ring buffer size
* adder, audioconvert, audioresample, volume: convert from liboil to orc * rtcpbuffer: add function to manipulation the data in RTCP feedback packets
* adder: rework timestamping; only accept seek-types SEEK_NONE and SEEK_SET * rtpbuffer: add functions to add RFC 5285 header extensions to GstBufferLists
* decodebin2: add "expose-all-streams" property to not expose/decode all streams * rtpbuffer: add function to add RTP header extensions with a two bytes header
* decodebin2: use accumulator for autoplug-sort * rtpbuffer: add function to append RFC 5285 one byte header extensions
* ffmpegcolorspace: add YUY2/YVYU to all RGB formats conversions * rtpbuffer: add function to parse RFC 5285 header extensions
* ffmpegcolorspace: fix conversion of packed 4:2:2 YUV to RGB and 8 bit grayscale * rtpbuffer: add function to read RFC 5285 header extensions from GstBufferLists
* ffmpegcolorspace: fix Y16 from/to GRAY8 conversion * rtpbuffer: add function to transform a GstBuffer into a GstBufferList
* ffmpegcolorspace: fix Y42B from/to YUY2/YVYU/UYVY conversion for odd widths * rtsp: improve rtsp timeout calculation and handling
* ffmpegcolorspace: Map "Y8 " and "GREY" to "Y800" and add it to the template caps * sdp: add methods to convert between uri and message
* ffmpegcolorspace: negotiation speed-ups * tags: try ISO-8859-1 as second fallback in case WINDOWS-1252 is not supported
* oggdemux: implement seeking and duration estimates when operating in push mode (http etc.) * tags: add many more photography/capture tags
* oggdemux: parse Skeleton index packets for better seeking in push mode * tags: EXIF and XMP tag handling improvements
* oggdemux: fix granulepos->key granule calculation for Dirac video * textoverlay: add support for NV12, NV21 and AYUV; configurable text color and position
* oggdemux: fix EOS flow aggregation: only EOS when all streams are EOS * theoradec: expose telemetry properties only if libtheora was compiled with --enable-telemetry
* oggmux: Start a new page for every CMML buffer * theoraenc: add support for two-pass encoding; allow change of bitrate and quality on-the-fly
* ogg: Implement Ogg VP8 mapping * tools: standalone gst-discoverer-0.10 tool for discovering media file properties
* playbin2: add "av-offset" property to adjust audio/video sync * typefinding: detect avc1 ftyp as video/quicktime
* playbin2: add flag for enabling/disabling automatic deinterlacing * typefinding: export 3gp profile in caps
* playbin2: fix race when querying duration right after preroll, by * typefinding: detect enhanced AC-3
forwarding duration query duration during group switch if no cached * typefinding: extend AAC typefinder to detect LOAS streams
duration exists * typefinding: fix ADTS caps stream-format detail
* playbin2: if a text sink is provided, let subtitle parsing be done by * typefinding: more reliable mpeg-ts typefinding
decodebin2 if required * uridecodebin: Only enable progressive downloading if the upstream duration in bytes is known
* playbin2: set the subtitle encoding on the decodebins again * video: add gst_video_convert_frame*() utility functions
* playsink: also expose "convert-frame" action signal and "frame" property in playsink * videorate: fixate the pixel-aspect-ratio if necessary
* playsink: reconfigure the video chain correctly when switching from a * videorate: mark duplicated frames with the GAP flag
subtitle to a non-subtitle file * videoscale: add support for adding black borders to keep the DAR if necessary ("add-borders" property)
* playsink: Don't fail if subtitles are used but only audio is available * videoscale: Fix caps fixating if the height is fixed but the width isn't
and no visualizations * videoscale: only set the PAR if the caps already had a PAR
* typefinding: add WebM typefinder (was in -good before) * videoscale: refactor using more Orc code
* typefinding: add IVF and dts typefinders, improve AC-3 and jpeg typefinding * videotestsrc: new patterns: solid-color, ball, bar and smpte100
* typefinding: detect ISO 14496-14 files as video/quicktime not audio/x-m4a * videotestsrc: add "foreground-color" and "background-color" properties, deprecate "colorspec" property
* uridecodebin: add all qtdemux types to downloadable types * videotestsrc: add support for UYVP format, fix NV21 rendering
* uridecodebin: add the 'expose-all-streams' property from decodebin2 * volume: use Orc to optimise many code paths
* uridecodebin: Allow video/webm for progressive downloading * vorbisdec: decode pending buffers upon EOS when doing reverse playback
* videorate, videotestsrc: fixate color-matrix, chroma-site and interlaced fields if necessary * xoverlay: add set_window_handle() with guintptr argument, deprecate set_xwindow_id() which doesn't work on some platforms
* videoscale: Try to keep DAR when scaling * xoverlay: allow render rectangle coordinates to be negative
* videoscale: Add support for Y444, Y42B and Y41B and more gray formats
* videoscale: Fix resampling of ARGB scanlines
* videoscale: Try harder to keep the DAR if possible
* videoscale: Use passthrough mode if width and height are not changed
Bugs fixed in this release Bugs fixed in this release
* 621428 : [playbin2] ghostpad with arbitrary getcaps func leads to not working srt subtitles * 628028 : [uridecodebin] Don't enable progressive downloading for live streams
* 371108 : videoscale sucks at basic mathematics when it comes to PAR * 623846 : typefinding: add support for " enhanced ac3 " (eac3)
* 512740 : unit test failures if compiling against installed core with installed plugins-base also present * 602437 : [playbin2] [gapless] Completely broken when switching between files with audio/video only
* 605100 : GNOME Goal: Remove deprecated glib symbols * 612264 : Notification needed when the first buffer is pushed by the basertppayloader
* 610866 : [playbin2] Don't fail if there are subtitles and audio but no video * 615471 : [videoscale] Interlaced handling makes output worse than no interlaced handling at all
* 614872 : [tag] Add basic exif support * 616392 : videotestsrc colorspec=0/1 does not affect color-matrix in caps
* 614942 : playbin2: " text-sink " is supposed to handle raw subtitle data? * 617314 : pbutils: Add codec-specific utility functions for AAC, H.264, MPEG-4 video
* 615783 : reworked timestamping in adder * 617506 : [videoscale] Add support for adding black borders if necessary to keep the DAR
* 616396 : [playbin2] might fail a duration query immediately following PAUSED state * 620291 : typefindfunctions: Export 3gp profile in caps
* 616422 : playsink might not handle reconfiguring after a text enabled file correctly * 623663 : [typefinding] mpeg-ts file detected as audio/mpeg
* 616557 : [videorate] Add support for video/x-raw-gray * 623807 : [audioclock] Add gst_audio_clock_new_full() with GDestroyNotify for the user_data
* 617636 : [rtsp] uses unicode characters in date string * 623837 : typefind: only associate .webm with WebM
* 617855 : [oggdemux] Fails to play LAC2010 videos * 623918 : [typefind] Extend AAC typefinder to detect LOAS stream
* 617868 : [decodebin2] Option to not expose/decode all streams * 624598 : [adder] crash in orc_sse_set_mxcsr()
* 618324 : rtp payloader don't put the duration on their output buffers * 624656 : [videoscale] UYVY scaling broken, introduces green lines
* 618392 : [avi-demux] Gstreamer does not support 1x1 or 1xN avi files * 624919 : [videotestsrc] add solid color pattern
* 618625 : lock priv mutex in appsrc when setting caps * 624920 : [textoverlay] configurable text color and position
* 619090 : [uridecodebin] caps negociation fail * 624949 : [playbin2] declare playbin2 stable
* 619102 : [PATCH] WebM typefinder * 625001 : [examples] Don't use GdkDraw/GdkGC
* 619310 : [videorate] negotiation issue, tries to set unfixed caps on pad * 625118 : [playbin2] Race condition with EOS events in gapless mode
* 619396 : gstreamer does not seek http streams of Ogg Vorbis and Flac audio files. * 625944 : [pbutils] GstDiscoverer - API to discover metadata and stream information
* 620136 : Orc integration * 626125 : [alsa] Conditional jump or move depends on uninitialised value(s)
* 620140 : [gio] report out-of-space errors * 626570 : [tag] Add resolution tags
* 620211 : gst-plugins-base gets confused by dual-QT system * 626581 : [playbin2] regression: occasional deadlocks in streamsynchronizer
* 620279 : [playsink] expose 'frame' property and move 'convert-frame' action from playbin2 * 626621 : [playbin2] streamsynchronizer regressions
* 620342 : [baseaudiosink] Allocate and free the clock in state changes * 626629 : [ffmpegcolorspace] doesn't handle palettes any longer
* 620412 : [video] Incomplete support for 15 and 16 bit RGB and BGR formats * 626718 : playback: Delay usage of GstFactoryList
* 620441 : [video] Add support for Y800 and Y16 formats * 627203 : [alsa] alsasrc and alsasink should expose card name via property
* 620500 : totem won't do progressive download for flv videos * 627297 : [regression] build-failure
* 620720 : typefinding: Mark ISO 14496-14 files as video/quicktime * 627565 : [xoverlay][win64] gulong can't hold a HANDLE
* 620939 : [oggdemux] No support for Skeleton 4.0 streams * 627768 : add NV12 support to textoverlay
* 621071 : [playbin2] no playback with fakesink instead of appsink as text-sink * 627780 : GstClockOverlay re-renders string even if it hasn't changed, resulting in very high CPU usage.
* 621161 : autoplug-sort default callback is run last - overwrite user supplied callback result * 627924 : riff: add support for 2vuy
* 621190 : video sink drops buffers if it's preceded by ffmpegcolorspace, videoscale and a capsfilter * 628009 : [volume] Float processing with orc broken
* 621509 : [xmptag] Uses uninitialized variable * 628400 : [videorate] does not generate buffers to fill the duration of the last frame
* 621572 : [videoscale] Adds horizontal green lines in bilinear mode * 628500 : videotestsrc: add moving color bars pattern
* 622696 : ffmpegcolorspace: Speed up caps nego by using simpler caps * 628747 : gst-plugins-base: unable to build because of compiler warning in libggsttag
* 622807 : [decodebin2] Doesn't recover properly after an error * 629157 : Move video frame conversion from playback plugin to libgstvideo
* 622944 : Require automake 1.9 or newer for $(builddir) * 629672 : gnomevfsrsrc: " handle " property should also have the GST_PARAM_MUTABLE_READY flag
* 623003 : Major problems with calls to gst_util_uint64_scale() * 629848 : build problem with current gtk+: implicit declaration of function 'gdk_draw_rectangle', GtkStyle' has no member named 'black_gc'
* 623176 : riff: matroska file with FLV4 FOURCC fails to play * 630303 : theoraenc: Make the bitrate/quality dynamically modifiable
* 623218 : oggdemux: Handle errors from _get_next_page in _do_seek. * 630353 : [appsrc] Avoid losing buffers' caps
* 623233 : GstNetBuffer initialization isn't thread safe. * 630440 : ringbuffer: use g_once for type-init
* 623318 : [playbin2] If source setup fails the old uridecodebin is kept and breaks future playback * 630443 : baseaudiosink: Add getter and setter for drift tolerance
* 623375 : [ffmpegcolorspace] Invalid memory accesses with odd widths/height during subsampling * 630471 : [tag] ligatures " Œ " and " œ " are not supported in freeform strings
* 623384 : [ffmpegcolorspace] Doesn't write last pixel for odd widths in packed 4:2:2 YUV- > RGB conversion * 630496 : seek example: add new #define to set seek bar graininess
* 623418 : [ffmpegcolorspace] Fix packed 4:2:2 YUV to 8 bit grayscale conversion for odd widths * 630802 : videotestsrc.c doesn't compile in Visual Studio 2008
* 623530 : Stripy pattern with videotestsrc ! ffmpegcolorspace ! ximagesink * 631128 : Add methods to manipulate RFC 5285 header extensions
* 623583 : regression: DVD playback broken * 631312 : [streamsynchronizer] Advancing segments too much
* 624266 : [playbin2] Internal uridecodebin are not properly removed in READY= > NULL * 631633 : [oggdemux] fix seeking with negative rate with skeleton
* 547603 : [playbin2] add deinterlacing support * 631703 : [oggdemux] sintel ogv delay when playing
* 631756 : Fix build with glib 2.21.3
* 631773 : [tags] Add new exif tags: sharpness, metering mode, file/capturing source
* 631774 : [xvimagesink] sets non-simple caps on pad_alloced buffer
* 632167 : [oggdemux] doesn't parse/push all headers in pull mode
* 632653 : [seek] Don't use deprecated combo box API
* 632656 : [uridecodebin] internal decodebin2 might fail to reach PLAYING in streaming case
* 632789 : [PATCH] tests/icles/: adapted test-colorkey.c and test-xoverlay.c to deprecation of gtk_widget_hide_all
* 632809 : [regression] build failure in 0.10.30.2 in tools/
* 632988 : [discoverer] gst_caps_ref() critical for substreams of unknown streams
* 633023 : [discoverer] Add versionized gst-discoverer tool
* 633203 : Regression: streamsynchroniser + disabled deinterlacing = no DVD menu highlights/subtitles
* 633311 : discoverer: use specific types in getters, rename some boolean getters
* 633336 : [discoverer] Move documentation into the correct section
* 633455 : [rtsp] don't let the rtsp connection timeout
* 634014 : GTK+3 is a moving target, lets not compile against it by default.
* 634584 : decodebin2 docs should mention that " new-decoded-pad " signal may be emitted after " no-more-pads "
* 635067 : [*decodebin*] pad template leaked
* 635392 : Missing information on exported packages from GIRs
* 621349 : [theoraenc] Implement two-pass encoding
* 628488 : [theoradec] add properties to enable telemetry overlay
* 629746 : Enumerations have incorrect names of enum values (GEnumValue.value_name)
* 626869 : The RTP depayloader is sometimes sending partial frames down the pipeline without the DISCONT bit set
API changed in this release API changed in this release
- API additions: - API additions:
* GST_VIDEO_FORMAT_v308 * gst_audio_clock_invalidate()
* GST_VIDEO_FORMAT_Y800 * gst_audio_clock_new_full()
* GST_VIDEO_FORMAT_Y16 * gst_base_audio_sink_get_drift_tolerance()
* GST_VIDEO_FORMAT_RGB16 * gst_base_audio_sink_set_drift_tolerance()
* GST_VIDEO_FORMAT_BGR16 * gst_x_overlay_got_window_handle()
* GST_VIDEO_FORMAT_RGB15 * gst_x_overlay_set_window_handle()
* GST_VIDEO_FORMAT_BGR15 * GstXOverlay::set_window_handle()
* gst_tag_image_orientation_to_exif_value () * gst_codec_utils_aac_caps_set_level_and_profile()
* gst_tag_image_orientation_from_exif_value () * gst_codec_utils_aac_get_level()
* gst_tag_list_to_exif_buffer () * gst_codec_utils_aac_get_profile()
* gst_tag_list_to_exif_buffer_with_tiff_header () * gst_codec_utils_aac_get_sample_rate_from_index()
* gst_tag_list_from_exif_buffer () * gst_codec_utils_h264_caps_set_level_and_profile()
* gst_tag_list_from_exif_buffer_with_tiff_header () * gst_codec_utils_h264_get_level()
* gst_codec_utils_h264_get_profile()
* gst_codec_utils_mpeg4video_caps_set_level_and_profile()
* gst_codec_utils_mpeg4video_get_level()
* gst_codec_utils_mpeg4video_get_profile()
* gst_discoverer_audio_info_get_bitrate()
* gst_discoverer_audio_info_get_channels()
* gst_discoverer_audio_info_get_depth()
* gst_discoverer_audio_info_get_max_bitrate()
* gst_discoverer_audio_info_get_sample_rate()
* gst_discoverer_audio_info_get_type()
* gst_discoverer_container_info_get_streams()
* gst_discoverer_container_info_get_type()
* gst_discoverer_discover_uri()
* gst_discoverer_discover_uri_async()
* gst_discoverer_get_type()
* gst_discoverer_info_copy()
* gst_discoverer_info_get_audio_streams()
* gst_discoverer_info_get_container_streams()
* gst_discoverer_info_get_duration()
* gst_discoverer_info_get_misc()
* gst_discoverer_info_get_result()
* gst_discoverer_info_get_stream_info()
* gst_discoverer_info_get_stream_list()
* gst_discoverer_info_get_streams()
* gst_discoverer_info_get_tags()
* gst_discoverer_info_get_type()
* gst_discoverer_info_get_uri()
* gst_discoverer_info_get_video_streams()
* gst_discoverer_new()
* gst_discoverer_result_get_type()
* gst_discoverer_start()
* gst_discoverer_stop()
* gst_discoverer_stream_info_get_caps()
* gst_discoverer_stream_info_get_misc()
* gst_discoverer_stream_info_get_next()
* gst_discoverer_stream_info_get_previous()
* gst_discoverer_stream_info_get_stream_type_nick()
* gst_discoverer_stream_info_get_tags()
* gst_discoverer_stream_info_get_type()
* gst_discoverer_stream_info_list_free()
* gst_discoverer_video_info_get_bitrate()
* gst_discoverer_video_info_get_depth()
* gst_discoverer_video_info_get_framerate_denom()
* gst_discoverer_video_info_get_framerate_num()
* gst_discoverer_video_info_get_height()
* gst_discoverer_video_info_get_max_bitrate()
* gst_discoverer_video_info_get_par_denom()
* gst_discoverer_video_info_get_par_num()
* gst_discoverer_video_info_get_type()
* gst_discoverer_video_info_get_width()
* gst_discoverer_video_info_is_image()
* gst_discoverer_video_info_is_interlaced()
* GST_PLUGINS_BASE_VERSION_MAJOR
* GST_PLUGINS_BASE_VERSION_MINOR
* GST_PLUGINS_BASE_VERSION_MICRO
* GST_PLUGINS_BASE_VERSION_NANO
* GST_CHECK_PLUGINS_BASE_VERSION
* gst_plugins_base_version()
* gst_plugins_base_version_string()
* gst_rtcp_packet_fb_get_fci()
* gst_rtcp_packet_fb_get_fci_length()
* gst_rtcp_packet_fb_set_fci_length()
* gst_rtp_buffer_add_extension_onebyte_header()
* gst_rtp_buffer_add_extension_twobytes_header()
* gst_rtp_buffer_get_extension_onebyte_header()
* gst_rtp_buffer_get_extension_twobytes_header()
* gst_rtp_buffer_list_add_extension_onebyte_header()
* gst_rtp_buffer_list_add_extension_twobytes_header()
* gst_rtp_buffer_list_from_buffer()
* gst_rtp_buffer_list_get_extension_onebyte_header()
* gst_rtp_buffer_list_get_extension_twobytes_header()
* gst_sdp_message_as_uri()
* gst_sdp_message_parse_uri()
* GST_TAG_CAPTURING_SOURCE
* GST_TAG_CAPTURING_METERING_MODE
* GST_TAG_CAPTURING_SHARPNESS
* GST_TAG_IMAGE_HORIZONTAL_PPI
* GST_TAG_IMAGE_VERTICAL_PPI
* GST_TAG_CAPTURING_FLASH_FIRED
* GST_TAG_CAPTURING_FLASH_MODE
* GST_TAG_CAPTURING_EXPOSURE_PROGRAM
* GST_TAG_CAPTURING_EXPOSURE_MODE
* GST_TAG_CAPTURING_SCENE_CAPTURE_TYPE
* GST_TAG_CAPTURING_GAIN_ADJUSTMENT
* GST_TAG_CAPTURING_WHITE_BALANCE
* GST_TAG_CAPTURING_CONTRAST
* GST_TAG_CAPTURING_SATURATION
* GST_TAG_CAPTURING_SHUTTER_SPEED
* GST_TAG_CAPTURING_FOCAL_RATIO
* GST_TAG_CAPTURING_FOCAL_LENGTH
* GST_TAG_CAPTURING_DIGITAL_ZOOM_RATIO
* GST_TAG_CAPTURING_ISO_SPEED
* GST_VIDEO_FORMAT_UYVP
* GST_VIDEO_FORMAT_A420
* gst_video_convert_frame()
* gst_video_convert_frame_async()
* GstTextOverlay:xpos
* GstTextOverlay:ypos
* GstTextOverlay:color
* GstVideoTestSrc:solid-color
* GstVideoTestSrc::foreground-color
* GstVideoTestSrc::background-color
- API deprecations:
* gst_x_overlay_set_xwindow_id()
* gst_x_overlay_got_xwindow_id()
* GstXOverlay::set_xwindow_id()
Download Download
@ -214,22 +340,37 @@ Applications
Contributors to this release Contributors to this release
* Alessandro Decina * Alessandro Decina
* Andoni Morales * Alexey Fisher
* American Dynamics
* Andrzej K. Haczewski
* Arun Raghavan * Arun Raghavan
* Chris Shoemaker
* David Schleef * David Schleef
* Edward Hervey * Edward Hervey
* Fredrik Söderquist * Evan Nemerson
* Jonathan Matthew * Guillaume Emont
* Joshua M. Doe * Harri Mähönen
* Havard Graff
* Jan Schmidt
* Leo Singer
* Mark Nauwelaerts * Mark Nauwelaerts
* Martin Bisson * Matthias Clasen
* Olivier Crête * Olivier Crête
* Parthasarathi Susarla
* Philip Jägenstedt * Philip Jägenstedt
* Philippe Normand * Philippe Normand
* Prahal * René Stadler
* Rob Clark
* Robert Swain
* Sebastian Dröge * Sebastian Dröge
* Sreerenj Balachandran
* Stefan Kost * Stefan Kost
* Thiago Santos * Thiago Santos
* Thijs Vermeir
* Tim-Philipp Müller * Tim-Philipp Müller
* Tristan Matthews
* Vincent Penquerc'h
* Vladimir
* Wim Taymans * Wim Taymans
* Zaheer Abbas Merali
   

View File

@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
dnl initialize autoconf dnl initialize autoconf
dnl releases only do -Wall, git and prerelease does -Werror too dnl releases only do -Wall, git and prerelease does -Werror too
dnl use a three digit version number for releases, and four for git/prerelease dnl use a three digit version number for releases, and four for git/prerelease
AC_INIT(GStreamer Base Plug-ins, 0.10.30.5, AC_INIT(GStreamer Base Plug-ins, 0.10.31,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-plugins-base) gst-plugins-base)
@ -60,7 +60,7 @@ AC_LIBTOOL_WIN32_DLL
AM_PROG_LIBTOOL AM_PROG_LIBTOOL
dnl *** required versions of GStreamer stuff *** dnl *** required versions of GStreamer stuff ***
GST_REQ=0.10.30.2 GST_REQ=0.10.31
dnl *** autotools stuff **** dnl *** autotools stuff ****

View File

@ -334,7 +334,7 @@
<RANGE></RANGE> <RANGE></RANGE>
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>Color Specification</NICK> <NICK>Color Specification</NICK>
<BLURB>Generate video in the given color specification.</BLURB> <BLURB>Generate video in the given color specification (Deprecated: use a caps filter with video/x-raw-yuv,color-matrix="sdtv" or "hdtv" instead).</BLURB>
<DEFAULT>ITU-R Rec. BT.601</DEFAULT> <DEFAULT>ITU-R Rec. BT.601</DEFAULT>
</ARG> </ARG>
@ -404,7 +404,7 @@
<RANGE></RANGE> <RANGE></RANGE>
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>Zoneplate x*y product phase</NICK> <NICK>Zoneplate x*y product phase</NICK>
<BLURB>Zoneplate x*t product phase.</BLURB> <BLURB>Zoneplate x*y product phase.</BLURB>
<DEFAULT>0</DEFAULT> <DEFAULT>0</DEFAULT>
</ARG> </ARG>
@ -458,6 +458,36 @@
<DEFAULT>0</DEFAULT> <DEFAULT>0</DEFAULT>
</ARG> </ARG>
<ARG>
<NAME>GstVideoTestSrc::background-color</NAME>
<TYPE>guint</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Background Color</NICK>
<BLURB>Background color to use (big-endian ARGB).</BLURB>
<DEFAULT>4278190080</DEFAULT>
</ARG>
<ARG>
<NAME>GstVideoTestSrc::foreground-color</NAME>
<TYPE>guint</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Foreground Color</NICK>
<BLURB>Foreground color to use (big-endian ARGB).</BLURB>
<DEFAULT>4294967295</DEFAULT>
</ARG>
<ARG>
<NAME>GstVideoTestSrc::horizontal-speed</NAME>
<TYPE>gint</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Horizontal Speed</NICK>
<BLURB>Scroll image number of pixels per frame (positive is scroll to the left).</BLURB>
<DEFAULT>0</DEFAULT>
</ARG>
<ARG> <ARG>
<NAME>GstVideoscale::method</NAME> <NAME>GstVideoscale::method</NAME>
<TYPE>GstVideoscaleMethod</TYPE> <TYPE>GstVideoscaleMethod</TYPE>
@ -704,7 +734,7 @@
<RANGE></RANGE> <RANGE></RANGE>
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>Protocol</NICK> <NICK>Protocol</NICK>
<BLURB>The protocol to wrap data in.</BLURB> <BLURB>The protocol to wrap data in. GDP protocol here is deprecated. Please use gdppay element.</BLURB>
<DEFAULT>GST_TCP_PROTOCOL_NONE</DEFAULT> <DEFAULT>GST_TCP_PROTOCOL_NONE</DEFAULT>
</ARG> </ARG>
@ -1201,7 +1231,7 @@
<ARG> <ARG>
<NAME>GstTheoraEnc::speed-level</NAME> <NAME>GstTheoraEnc::speed-level</NAME>
<TYPE>gint</TYPE> <TYPE>gint</TYPE>
<RANGE>[0,2]</RANGE> <RANGE>[0,3]</RANGE>
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>Speed level</NICK> <NICK>Speed level</NICK>
<BLURB>Controls the amount of motion vector searching done while encoding. This property requires libtheora version >= 1.0.</BLURB> <BLURB>Controls the amount of motion vector searching done while encoding. This property requires libtheora version >= 1.0.</BLURB>
@ -1258,6 +1288,26 @@
<DEFAULT>FALSE</DEFAULT> <DEFAULT>FALSE</DEFAULT>
</ARG> </ARG>
<ARG>
<NAME>GstTheoraEnc::multipass-cache-file</NAME>
<TYPE>gchar*</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Multipass Cache File</NICK>
<BLURB>Multipass cache file.</BLURB>
<DEFAULT>NULL</DEFAULT>
</ARG>
<ARG>
<NAME>GstTheoraEnc::multipass-mode</NAME>
<TYPE>GstTheoraEncMultipassMode</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Multipass mode</NICK>
<BLURB>Single pass or first/second pass.</BLURB>
<DEFAULT>Single pass</DEFAULT>
</ARG>
<ARG> <ARG>
<NAME>GstGnomeVFSSrc::handle</NAME> <NAME>GstGnomeVFSSrc::handle</NAME>
<TYPE>GnomeVFSHandle*</TYPE> <TYPE>GnomeVFSHandle*</TYPE>
@ -1378,6 +1428,16 @@
<DEFAULT>""</DEFAULT> <DEFAULT>""</DEFAULT>
</ARG> </ARG>
<ARG>
<NAME>GstAlsaSrc::card-name</NAME>
<TYPE>gchar*</TYPE>
<RANGE></RANGE>
<FLAGS>r</FLAGS>
<NICK>Card name</NICK>
<BLURB>Human-readable name of the sound card.</BLURB>
<DEFAULT>""</DEFAULT>
</ARG>
<ARG> <ARG>
<NAME>GstAlsaSink::device</NAME> <NAME>GstAlsaSink::device</NAME>
<TYPE>gchar*</TYPE> <TYPE>gchar*</TYPE>
@ -1398,6 +1458,16 @@
<DEFAULT>""</DEFAULT> <DEFAULT>""</DEFAULT>
</ARG> </ARG>
<ARG>
<NAME>GstAlsaSink::card-name</NAME>
<TYPE>gchar*</TYPE>
<RANGE></RANGE>
<FLAGS>r</FLAGS>
<NICK>Card name</NICK>
<BLURB>Human-readable name of the sound card.</BLURB>
<DEFAULT>""</DEFAULT>
</ARG>
<ARG> <ARG>
<NAME>GstAudioTestSrc::freq</NAME> <NAME>GstAudioTestSrc::freq</NAME>
<TYPE>gdouble</TYPE> <TYPE>gdouble</TYPE>
@ -1488,6 +1558,16 @@
<DEFAULT>Bilinear</DEFAULT> <DEFAULT>Bilinear</DEFAULT>
</ARG> </ARG>
<ARG>
<NAME>GstVideoScale::add-borders</NAME>
<TYPE>gboolean</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Add Borders</NICK>
<BLURB>Add black borders if necessary to keep the display aspect ratio.</BLURB>
<DEFAULT>FALSE</DEFAULT>
</ARG>
<ARG> <ARG>
<NAME>GstVideoRate::drop</NAME> <NAME>GstVideoRate::drop</NAME>
<TYPE>guint64</TYPE> <TYPE>guint64</TYPE>
@ -1848,6 +1928,36 @@
<DEFAULT>FALSE</DEFAULT> <DEFAULT>FALSE</DEFAULT>
</ARG> </ARG>
<ARG>
<NAME>GstTextOverlay::color</NAME>
<TYPE>guint</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Color</NICK>
<BLURB>Color to use for text (big-endian ARGB).</BLURB>
<DEFAULT>4294967295</DEFAULT>
</ARG>
<ARG>
<NAME>GstTextOverlay::xpos</NAME>
<TYPE>gdouble</TYPE>
<RANGE>[0,1]</RANGE>
<FLAGS>rw</FLAGS>
<NICK>horizontal position</NICK>
<BLURB>Horizontal position when using position alignment.</BLURB>
<DEFAULT>0.5</DEFAULT>
</ARG>
<ARG>
<NAME>GstTextOverlay::ypos</NAME>
<TYPE>gdouble</TYPE>
<RANGE>[0,1]</RANGE>
<FLAGS>rw</FLAGS>
<NICK>vertical position</NICK>
<BLURB>Vertical position when using position alignment.</BLURB>
<DEFAULT>0.5</DEFAULT>
</ARG>
<ARG> <ARG>
<NAME>CDParanoia::abort-on-skip</NAME> <NAME>CDParanoia::abort-on-skip</NAME>
<TYPE>gboolean</TYPE> <TYPE>gboolean</TYPE>
@ -2125,7 +2235,7 @@
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>Version</NICK> <NICK>Version</NICK>
<BLURB>Version of the GStreamer Data Protocol.</BLURB> <BLURB>Version of the GStreamer Data Protocol.</BLURB>
<DEFAULT>GDP Version 1.0</DEFAULT> <DEFAULT>GST_DP_VERSION_1_0</DEFAULT>
</ARG> </ARG>
<ARG> <ARG>
@ -2338,6 +2448,16 @@
<DEFAULT>TRUE</DEFAULT> <DEFAULT>TRUE</DEFAULT>
</ARG> </ARG>
<ARG>
<NAME>GstURIDecodeBin::ring-buffer-max-size</NAME>
<TYPE>guint64</TYPE>
<RANGE><= G_MAXUINT</RANGE>
<FLAGS>rw</FLAGS>
<NICK>Max. ring buffer size (bytes)</NICK>
<BLURB>Max. amount of data in the ring buffer (bytes, 0 = ring buffer disabled).</BLURB>
<DEFAULT>0</DEFAULT>
</ARG>
<ARG> <ARG>
<NAME>GstQueue2::current-level-buffers</NAME> <NAME>GstQueue2::current-level-buffers</NAME>
<TYPE>guint</TYPE> <TYPE>guint</TYPE>
@ -2718,6 +2838,16 @@
<DEFAULT>0</DEFAULT> <DEFAULT>0</DEFAULT>
</ARG> </ARG>
<ARG>
<NAME>GstPlayBin2::ring-buffer-max-size</NAME>
<TYPE>guint64</TYPE>
<RANGE><= G_MAXUINT</RANGE>
<FLAGS>rw</FLAGS>
<NICK>Max. ring buffer size (bytes)</NICK>
<BLURB>Max. amount of data in the ring buffer (bytes, 0 = ring buffer disabled).</BLURB>
<DEFAULT>0</DEFAULT>
</ARG>
<ARG> <ARG>
<NAME>GstGioSink::location</NAME> <NAME>GstGioSink::location</NAME>
<TYPE>gchar*</TYPE> <TYPE>gchar*</TYPE>

View File

@ -1,27 +1,91 @@
GObject GObject
GInputStream
GOutputStream
GstColorBalanceChannel
GstMixerTrack
GstMixerOptions
GstObject GstObject
GstPad GstBus
GstPlaybin2SelectorPad GstClock
GstPadTemplate GstSystemClock
GstPluginFeature GstAudioClock
GstElementFactory
GstTypeFindFactory
GstIndexFactory
GstElement GstElement
GstAdder
GstAlsaMixerElement
GstAudioRate
GstBaseSink
GstAppSink
GstBaseAudioSink
GstAudioSink
GstAlsaSink
GstGioBaseSink
GstGioSink
GstGioStreamSink
GstGnomeVFSSink
GstMultiFdSink
GstTCPServerSink
GstTCPClientSink
GstVideoSink
GstXImageSink
GstXvImageSink
GstBaseSrc
GstAppSrc
GstAudioTestSrc
GstGioBaseSrc
GstGioSrc
GstGioStreamSrc
GstGnomeVFSSrc
GstPushSrc
GstBaseAudioSrc
GstAudioSrc
GstAlsaSrc
GstCddaBaseSrc
GstCdParanoiaSrc
GstTCPClientSrc
GstTCPServerSrc
GstV4lElement
GstV4lSrc
GstVideoTestSrc
GstBaseTransform
GstAudioConvert
GstAudioFilter
GstVolume
GstAudioResample
GstVideoFilter
GstFFMpegCsp
GstVideoScale
GstBin GstBin
GstDecodeBin
GstDecodeBin2
GstPipeline GstPipeline
GstPlayBaseBin GstPlayBaseBin
GstPlayBin GstPlayBin
GstPlayBin2 GstPlayBin2
GstDecodeBin2
GstURIDecodeBin
GstDecodeBin
GstPlaySink GstPlaySink
GstSubtitleOverlay GstSubtitleOverlay
GstVorbisEnc GstURIDecodeBin
GstVorbisDec GstGDPDepay
GstVorbisParse GstGDPPay
GstVorbisTag GstOggAviParse
GstOggDemux
GstOggMux
GstOggParse
GstOgmParse
GstOgmAudioParse
GstOgmTextParse
GstOgmVideoParse
GstPlaybin2InputSelector
GstSsaParse
GstStreamSelector
GstSubParse
GstTextOverlay
GstClockOverlay
GstTimeOverlay
GstTextRender
GstTheoraDec
GstTheoraEnc
GstTheoraParse
GstVideoRate
GstVisual GstVisual
GstVisualbumpscope GstVisualbumpscope
GstVisualcorona GstVisualcorona
@ -31,108 +95,45 @@ GObject
GstVisuallv_analyzer GstVisuallv_analyzer
GstVisuallv_scope GstVisuallv_scope
GstVisualoinksie GstVisualoinksie
GstBaseSrc GstVorbisDec
GstPushSrc GstVorbisEnc
GstCddaBaseSrc GstVorbisParse
GstCdParanoiaSrc GstVorbisTag
GstBaseAudioSrc GstPad
GstAudioSrc GstPlaybin2SelectorPad
GstAlsaSrc GstPadTemplate
GstV4lElement
GstV4lSrc
GstVideoTestSrc
GstTCPClientSrc
GstTCPServerSrc
GstGioBaseSrc
GstGioSrc
GstGioStreamSrc
GstGnomeVFSSrc
GstAppSrc
GstAudioTestSrc
GstBaseSink
GstGioBaseSink
GstGioSink
GstGioStreamSink
GstBaseAudioSink
GstAudioSink
GstAlsaSink
GstGnomeVFSSink
GstVideoSink
GstXImageSink
GstXvImageSink
GstAppSink
GstTCPClientSink
GstMultiFdSink
GstTCPServerSink
GstTextOverlay
GstTimeOverlay
GstClockOverlay
GstTextRender
GstAlsaMixerElement
GstTheoraDec
GstTheoraEnc
GstTheoraParse
GstOggDemux
GstOggMux
GstOgmParse
GstOgmAudioParse
GstOgmVideoParse
GstOgmTextParse
GstOggParse
GstOggAviParse
GstAdder
GstBaseTransform
GstVideoFilter
GstVideoScale
GstFFMpegCsp
GstAudioFilter
GstVolume
GstAudioConvert
GstAudioResample
GstVideoRate
GstStreamSelector
GstPlaybin2InputSelector
GstGDPDepay
GstGDPPay
GstSubParse
GstSsaParse
GstAudioRate
GstBus
GstTask
GstTaskPool
GstClock
GstSystemClock
GstAudioClock
GstPlugin GstPlugin
GstPluginFeature
GstElementFactory
GstIndexFactory
GstTypeFindFactory
GstRegistry GstRegistry
GstRingBuffer GstRingBuffer
GstAudioSrcRingBuffer
GstAudioSinkRingBuffer GstAudioSinkRingBuffer
GstAudioSrcRingBuffer
GstTask
GstTaskPool
GstSignalObject GstSignalObject
GstMixerTrack
GstStreamInfo GstStreamInfo
GstColorBalanceChannel
GstTunerNorm
GstTunerChannel GstTunerChannel
GstTunerNorm
PangoContext
PangoFontMap PangoFontMap
PangoFcFontMap PangoFcFontMap
PangoCairoFcFontMap PangoCairoFcFontMap
PangoContext
GInputStream
GOutputStream
GInterface GInterface
GFile
GTypePlugin GTypePlugin
GstChildProxy GstChildProxy
GstURIHandler GstColorBalance
GstTagSetter
GstPreset
GstImplementsInterface GstImplementsInterface
GstMixer GstMixer
GstPropertyProbe
GstTuner
GstXOverlay
GstColorBalance
GstNavigation GstNavigation
GstPreset
GstPropertyProbe
GstStreamVolume GstStreamVolume
GstTagSetter
GstTuner
GstURIHandler
GstXOverlay
PangoCairoFontMap PangoCairoFontMap
GFile

View File

@ -3,10 +3,10 @@
<description>Adds multiple streams</description> <description>Adds multiple streams</description>
<filename>../../gst/adder/.libs/libgstadder.so</filename> <filename>../../gst/adder/.libs/libgstadder.so</filename>
<basename>libgstadder.so</basename> <basename>libgstadder.so</basename>
<version>0.10.30.1</version> <version>0.10.31</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins git</package> <package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View File

@ -3,10 +3,10 @@
<description>ALSA plugin library</description> <description>ALSA plugin library</description>
<filename>../../ext/alsa/.libs/libgstalsa.so</filename> <filename>../../ext/alsa/.libs/libgstalsa.so</filename>
<basename>libgstalsa.so</basename> <basename>libgstalsa.so</basename>
<version>0.10.30.1</version> <version>0.10.31</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins git</package> <package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View File

@ -3,10 +3,10 @@
<description>Elements used to communicate with applications</description> <description>Elements used to communicate with applications</description>
<filename>../../gst/app/.libs/libgstapp.so</filename> <filename>../../gst/app/.libs/libgstapp.so</filename>
<basename>libgstapp.so</basename> <basename>libgstapp.so</basename>
<version>0.10.30.1</version> <version>0.10.31</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins git</package> <package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>
@ -27,7 +27,7 @@
<element> <element>
<name>appsrc</name> <name>appsrc</name>
<longname>AppSrc</longname> <longname>AppSrc</longname>
<class>Generic/Src</class> <class>Generic/Source</class>
<description>Allow the application to feed buffers to a pipeline</description> <description>Allow the application to feed buffers to a pipeline</description>
<author>David Schleef &lt;ds@schleef.org&gt;, Wim Taymans &lt;wim.taymans@gmail.com&gt;</author> <author>David Schleef &lt;ds@schleef.org&gt;, Wim Taymans &lt;wim.taymans@gmail.com&gt;</author>
<pads> <pads>

View File

@ -3,10 +3,10 @@
<description>Convert audio to different formats</description> <description>Convert audio to different formats</description>
<filename>../../gst/audioconvert/.libs/libgstaudioconvert.so</filename> <filename>../../gst/audioconvert/.libs/libgstaudioconvert.so</filename>
<basename>libgstaudioconvert.so</basename> <basename>libgstaudioconvert.so</basename>
<version>0.10.30.1</version> <version>0.10.31</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins git</package> <package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View File

@ -3,10 +3,10 @@
<description>Adjusts audio frames</description> <description>Adjusts audio frames</description>
<filename>../../gst/audiorate/.libs/libgstaudiorate.so</filename> <filename>../../gst/audiorate/.libs/libgstaudiorate.so</filename>
<basename>libgstaudiorate.so</basename> <basename>libgstaudiorate.so</basename>
<version>0.10.30.1</version> <version>0.10.31</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins git</package> <package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View File

@ -3,10 +3,10 @@
<description>Resamples audio</description> <description>Resamples audio</description>
<filename>../../gst/audioresample/.libs/libgstaudioresample.so</filename> <filename>../../gst/audioresample/.libs/libgstaudioresample.so</filename>
<basename>libgstaudioresample.so</basename> <basename>libgstaudioresample.so</basename>
<version>0.10.30.1</version> <version>0.10.31</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins git</package> <package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View File

@ -3,10 +3,10 @@
<description>Creates audio test signals of given frequency and volume</description> <description>Creates audio test signals of given frequency and volume</description>
<filename>../../gst/audiotestsrc/.libs/libgstaudiotestsrc.so</filename> <filename>../../gst/audiotestsrc/.libs/libgstaudiotestsrc.so</filename>
<basename>libgstaudiotestsrc.so</basename> <basename>libgstaudiotestsrc.so</basename>
<version>0.10.30.1</version> <version>0.10.31</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins git</package> <package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View File

@ -3,10 +3,10 @@
<description>Read audio from CD in paranoid mode</description> <description>Read audio from CD in paranoid mode</description>
<filename>../../ext/cdparanoia/.libs/libgstcdparanoia.so</filename> <filename>../../ext/cdparanoia/.libs/libgstcdparanoia.so</filename>
<basename>libgstcdparanoia.so</basename> <basename>libgstcdparanoia.so</basename>
<version>0.10.30.1</version> <version>0.10.31</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins git</package> <package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View File

@ -3,10 +3,10 @@
<description>decoder bin</description> <description>decoder bin</description>
<filename>../../gst/playback/.libs/libgstdecodebin.so</filename> <filename>../../gst/playback/.libs/libgstdecodebin.so</filename>
<basename>libgstdecodebin.so</basename> <basename>libgstdecodebin.so</basename>
<version>0.10.30.1</version> <version>0.10.31</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins git</package> <package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View File

@ -3,7 +3,7 @@
<description>colorspace conversion copied from FFMpeg 0.4.9-pre1</description> <description>colorspace conversion copied from FFMpeg 0.4.9-pre1</description>
<filename>../../gst/ffmpegcolorspace/.libs/libgstffmpegcolorspace.so</filename> <filename>../../gst/ffmpegcolorspace/.libs/libgstffmpegcolorspace.so</filename>
<basename>libgstffmpegcolorspace.so</basename> <basename>libgstffmpegcolorspace.so</basename>
<version>0.10.30.1</version> <version>0.10.31</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>FFMpeg</package> <package>FFMpeg</package>
@ -20,13 +20,13 @@
<name>sink</name> <name>sink</name>
<direction>sink</direction> <direction>sink</direction>
<presence>always</presence> <presence>always</presence>
<details>video/x-raw-yuv, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], format=(fourcc){ I420, NV12, NV21, YV12, YUY2, Y42B, Y444, YUV9, YVU9, Y41B, Y800, Y8 , GREY, Y16 , UYVY, YVYU, IYU1, v308, AYUV }; video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280, alpha_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, alpha_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, alpha_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, alpha_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)16, depth=(int)16, endianness=(int)1234, red_mask=(int)63488, green_mask=(int)2016, blue_mask=(int)31, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)16, depth=(int)15, endianness=(int)1234, red_mask=(int)31744, green_mask=(int)992, blue_mask=(int)31, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-gray, bpp=(int)8, depth=(int)8, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-gray, bpp=(int)16, depth=(int)16, endianness=(int)4321, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-gray, bpp=(int)16, depth=(int)16, endianness=(int)1234, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> <details>video/x-raw-yuv, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], format=(fourcc){ I420, NV12, NV21, YV12, YUY2, Y42B, Y444, YUV9, YVU9, Y41B, Y800, Y8 , GREY, Y16 , UYVY, YVYU, IYU1, v308, AYUV, A420 }; video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280, alpha_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, alpha_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, alpha_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, alpha_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)16, depth=(int)16, endianness=(int)1234, red_mask=(int)63488, green_mask=(int)2016, blue_mask=(int)31, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)16, depth=(int)15, endianness=(int)1234, red_mask=(int)31744, green_mask=(int)992, blue_mask=(int)31, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)8, depth=(int)8, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-gray, bpp=(int)8, depth=(int)8, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-gray, bpp=(int)16, depth=(int)16, endianness=(int)4321, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-gray, bpp=(int)16, depth=(int)16, endianness=(int)1234, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
</caps> </caps>
<caps> <caps>
<name>src</name> <name>src</name>
<direction>source</direction> <direction>source</direction>
<presence>always</presence> <presence>always</presence>
<details>video/x-raw-yuv, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], format=(fourcc){ I420, NV12, NV21, YV12, YUY2, Y42B, Y444, YUV9, YVU9, Y41B, Y800, Y8 , GREY, Y16 , UYVY, YVYU, IYU1, v308, AYUV }; video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280, alpha_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, alpha_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, alpha_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, alpha_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)16, depth=(int)16, endianness=(int)1234, red_mask=(int)63488, green_mask=(int)2016, blue_mask=(int)31, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)16, depth=(int)15, endianness=(int)1234, red_mask=(int)31744, green_mask=(int)992, blue_mask=(int)31, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-gray, bpp=(int)8, depth=(int)8, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-gray, bpp=(int)16, depth=(int)16, endianness=(int)4321, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-gray, bpp=(int)16, depth=(int)16, endianness=(int)1234, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> <details>video/x-raw-yuv, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], format=(fourcc){ I420, NV12, NV21, YV12, YUY2, Y42B, Y444, YUV9, YVU9, Y41B, Y800, Y8 , GREY, Y16 , UYVY, YVYU, IYU1, v308, AYUV, A420 }; video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280, alpha_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, alpha_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, alpha_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, alpha_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)16, depth=(int)16, endianness=(int)1234, red_mask=(int)63488, green_mask=(int)2016, blue_mask=(int)31, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)16, depth=(int)15, endianness=(int)1234, red_mask=(int)31744, green_mask=(int)992, blue_mask=(int)31, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)8, depth=(int)8, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-gray, bpp=(int)8, depth=(int)8, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-gray, bpp=(int)16, depth=(int)16, endianness=(int)4321, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-gray, bpp=(int)16, depth=(int)16, endianness=(int)1234, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
</caps> </caps>
</pads> </pads>
</element> </element>

View File

@ -3,10 +3,10 @@
<description>Payload/depayload GDP packets</description> <description>Payload/depayload GDP packets</description>
<filename>../../gst/gdp/.libs/libgstgdp.so</filename> <filename>../../gst/gdp/.libs/libgstgdp.so</filename>
<basename>libgstgdp.so</basename> <basename>libgstgdp.so</basename>
<version>0.10.30.1</version> <version>0.10.31</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins git</package> <package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View File

@ -3,10 +3,10 @@
<description>GIO elements</description> <description>GIO elements</description>
<filename>../../ext/gio/.libs/libgstgio.so</filename> <filename>../../ext/gio/.libs/libgstgio.so</filename>
<basename>libgstgio.so</basename> <basename>libgstgio.so</basename>
<version>0.10.30.1</version> <version>0.10.31</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins git</package> <package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View File

@ -3,10 +3,10 @@
<description>elements to read from and write to Gnome-VFS uri&apos;s</description> <description>elements to read from and write to Gnome-VFS uri&apos;s</description>
<filename>../../ext/gnomevfs/.libs/libgstgnomevfs.so</filename> <filename>../../ext/gnomevfs/.libs/libgstgnomevfs.so</filename>
<basename>libgstgnomevfs.so</basename> <basename>libgstgnomevfs.so</basename>
<version>0.10.30.1</version> <version>0.10.31</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins git</package> <package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View File

@ -3,10 +3,10 @@
<description>libvisual visualization plugins</description> <description>libvisual visualization plugins</description>
<filename>../../ext/libvisual/.libs/libgstlibvisual.so</filename> <filename>../../ext/libvisual/.libs/libgstlibvisual.so</filename>
<basename>libgstlibvisual.so</basename> <basename>libgstlibvisual.so</basename>
<version>0.10.30.1</version> <version>0.10.31</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins git</package> <package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View File

@ -3,10 +3,10 @@
<description>ogg stream manipulation (info about ogg: http://xiph.org)</description> <description>ogg stream manipulation (info about ogg: http://xiph.org)</description>
<filename>../../ext/ogg/.libs/libgstogg.so</filename> <filename>../../ext/ogg/.libs/libgstogg.so</filename>
<basename>libgstogg.so</basename> <basename>libgstogg.so</basename>
<version>0.10.30.1</version> <version>0.10.31</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins git</package> <package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View File

@ -3,10 +3,10 @@
<description>Pango-based text rendering and overlay</description> <description>Pango-based text rendering and overlay</description>
<filename>../../ext/pango/.libs/libgstpango.so</filename> <filename>../../ext/pango/.libs/libgstpango.so</filename>
<basename>libgstpango.so</basename> <basename>libgstpango.so</basename>
<version>0.10.30.1</version> <version>0.10.31</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins git</package> <package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>
@ -20,13 +20,13 @@
<name>video_sink</name> <name>video_sink</name>
<direction>sink</direction> <direction>sink</direction>
<presence>always</presence> <presence>always</presence>
<details>video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)I420, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> <details>video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc){ AYUV, I420, UYVY, NV12, NV21 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
</caps> </caps>
<caps> <caps>
<name>src</name> <name>src</name>
<direction>source</direction> <direction>source</direction>
<presence>always</presence> <presence>always</presence>
<details>video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)I420, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> <details>video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc){ AYUV, I420, UYVY, NV12, NV21 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
</caps> </caps>
</pads> </pads>
</element> </element>
@ -47,13 +47,13 @@
<name>video_sink</name> <name>video_sink</name>
<direction>sink</direction> <direction>sink</direction>
<presence>always</presence> <presence>always</presence>
<details>video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)I420, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> <details>video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc){ AYUV, I420, UYVY, NV12, NV21 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
</caps> </caps>
<caps> <caps>
<name>src</name> <name>src</name>
<direction>source</direction> <direction>source</direction>
<presence>always</presence> <presence>always</presence>
<details>video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)I420, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> <details>video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc){ AYUV, I420, UYVY, NV12, NV21 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
</caps> </caps>
</pads> </pads>
</element> </element>
@ -89,13 +89,13 @@
<name>video_sink</name> <name>video_sink</name>
<direction>sink</direction> <direction>sink</direction>
<presence>always</presence> <presence>always</presence>
<details>video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)I420, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> <details>video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc){ AYUV, I420, UYVY, NV12, NV21 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
</caps> </caps>
<caps> <caps>
<name>src</name> <name>src</name>
<direction>source</direction> <direction>source</direction>
<presence>always</presence> <presence>always</presence>
<details>video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)I420, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> <details>video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc){ AYUV, I420, UYVY, NV12, NV21 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
</caps> </caps>
</pads> </pads>
</element> </element>

View File

@ -3,10 +3,10 @@
<description>various playback elements</description> <description>various playback elements</description>
<filename>../../gst/playback/.libs/libgstplaybin.so</filename> <filename>../../gst/playback/.libs/libgstplaybin.so</filename>
<basename>libgstplaybin.so</basename> <basename>libgstplaybin.so</basename>
<version>0.10.30.1</version> <version>0.10.31</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins git</package> <package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View File

@ -3,10 +3,10 @@
<description>Subtitle parsing</description> <description>Subtitle parsing</description>
<filename>../../gst/subparse/.libs/libgstsubparse.so</filename> <filename>../../gst/subparse/.libs/libgstsubparse.so</filename>
<basename>libgstsubparse.so</basename> <basename>libgstsubparse.so</basename>
<version>0.10.30.1</version> <version>0.10.31</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins git</package> <package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View File

@ -3,10 +3,10 @@
<description>transfer data over the network via TCP</description> <description>transfer data over the network via TCP</description>
<filename>../../gst/tcp/.libs/libgsttcp.so</filename> <filename>../../gst/tcp/.libs/libgsttcp.so</filename>
<basename>libgsttcp.so</basename> <basename>libgsttcp.so</basename>
<version>0.10.30.1</version> <version>0.10.31</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins git</package> <package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View File

@ -3,10 +3,10 @@
<description>Theora plugin library</description> <description>Theora plugin library</description>
<filename>../../ext/theora/.libs/libgsttheora.so</filename> <filename>../../ext/theora/.libs/libgsttheora.so</filename>
<basename>libgsttheora.so</basename> <basename>libgsttheora.so</basename>
<version>0.10.30.1</version> <version>0.10.31</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins git</package> <package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View File

@ -3,10 +3,10 @@
<description>default typefind functions</description> <description>default typefind functions</description>
<filename>../../gst/typefind/.libs/libgsttypefindfunctions.so</filename> <filename>../../gst/typefind/.libs/libgsttypefindfunctions.so</filename>
<basename>libgsttypefindfunctions.so</basename> <basename>libgsttypefindfunctions.so</basename>
<version>0.10.30.1</version> <version>0.10.31</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins git</package> <package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
</elements> </elements>

View File

@ -3,10 +3,10 @@
<description>URI Decoder bin</description> <description>URI Decoder bin</description>
<filename>../../gst/playback/.libs/libgstdecodebin2.so</filename> <filename>../../gst/playback/.libs/libgstdecodebin2.so</filename>
<basename>libgstdecodebin2.so</basename> <basename>libgstdecodebin2.so</basename>
<version>0.10.30.1</version> <version>0.10.31</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins git</package> <package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View File

@ -3,10 +3,10 @@
<description>elements for Video 4 Linux</description> <description>elements for Video 4 Linux</description>
<filename>../../sys/v4l/.libs/libgstvideo4linux.so</filename> <filename>../../sys/v4l/.libs/libgstvideo4linux.so</filename>
<basename>libgstvideo4linux.so</basename> <basename>libgstvideo4linux.so</basename>
<version>0.10.30.1</version> <version>0.10.31</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins git</package> <package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View File

@ -3,10 +3,10 @@
<description>Adjusts video frames</description> <description>Adjusts video frames</description>
<filename>../../gst/videorate/.libs/libgstvideorate.so</filename> <filename>../../gst/videorate/.libs/libgstvideorate.so</filename>
<basename>libgstvideorate.so</basename> <basename>libgstvideorate.so</basename>
<version>0.10.30.1</version> <version>0.10.31</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins git</package> <package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View File

@ -3,10 +3,10 @@
<description>Resizes video</description> <description>Resizes video</description>
<filename>../../gst/videoscale/.libs/libgstvideoscale.so</filename> <filename>../../gst/videoscale/.libs/libgstvideoscale.so</filename>
<basename>libgstvideoscale.so</basename> <basename>libgstvideoscale.so</basename>
<version>0.10.30.1</version> <version>0.10.31</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins git</package> <package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

File diff suppressed because one or more lines are too long

View File

@ -3,10 +3,10 @@
<description>plugin for controlling audio volume</description> <description>plugin for controlling audio volume</description>
<filename>../../gst/volume/.libs/libgstvolume.so</filename> <filename>../../gst/volume/.libs/libgstvolume.so</filename>
<basename>libgstvolume.so</basename> <basename>libgstvolume.so</basename>
<version>0.10.30.1</version> <version>0.10.31</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins git</package> <package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View File

@ -3,10 +3,10 @@
<description>Vorbis plugin library</description> <description>Vorbis plugin library</description>
<filename>../../ext/vorbis/.libs/libgstvorbis.so</filename> <filename>../../ext/vorbis/.libs/libgstvorbis.so</filename>
<basename>libgstvorbis.so</basename> <basename>libgstvorbis.so</basename>
<version>0.10.30.1</version> <version>0.10.31</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins git</package> <package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View File

@ -3,10 +3,10 @@
<description>X11 video output element based on standard Xlib calls</description> <description>X11 video output element based on standard Xlib calls</description>
<filename>../../sys/ximage/.libs/libgstximagesink.so</filename> <filename>../../sys/ximage/.libs/libgstximagesink.so</filename>
<basename>libgstximagesink.so</basename> <basename>libgstximagesink.so</basename>
<version>0.10.30.1</version> <version>0.10.31</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins git</package> <package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View File

@ -3,10 +3,10 @@
<description>XFree86 video output plugin using Xv extension</description> <description>XFree86 video output plugin using Xv extension</description>
<filename>../../sys/xvimage/.libs/libgstxvimagesink.so</filename> <filename>../../sys/xvimage/.libs/libgstxvimagesink.so</filename>
<basename>libgstxvimagesink.so</basename> <basename>libgstxvimagesink.so</basename>
<version>0.10.30.1</version> <version>0.10.31</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-base</source> <source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins git</package> <package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View File

@ -34,6 +34,17 @@ A wide range of video and audio decoders, encoders, and filters are included.
</GitRepository> </GitRepository>
</repository> </repository>
<release>
<Version>
<revision>0.10.31</revision>
<branch>0.10</branch>
<name>Dance Like It's 1982</name>
<created>2010-11-30</created>
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-0.10.31.tar.bz2" />
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-0.10.31.tar.gz" />
</Version>
</release>
<release> <release>
<Version> <Version>
<revision>0.10.30</revision> <revision>0.10.30</revision>

View File

@ -1,8 +1,8 @@
#ifndef _GST_PLUGINS_BASE__STDINT_H #ifndef _GST_PLUGINS_BASE__STDINT_H
#define _GST_PLUGINS_BASE__STDINT_H 1 #define _GST_PLUGINS_BASE__STDINT_H 1
#ifndef _GENERATED_STDINT_H #ifndef _GENERATED_STDINT_H
#define _GENERATED_STDINT_H "gst-plugins-base 0.10.30.5" #define _GENERATED_STDINT_H "gst-plugins-base 0.10.31"
/* generated using gnu compiler gcc (Debian 4.4.5-7) 4.4.5 */ /* generated using gnu compiler gcc (Debian 4.4.5-8) 4.4.5 */
#define _STDINT_HAVE_STDINT_H 1 #define _STDINT_HAVE_STDINT_H 1
#include <stdint.h> #include <stdint.h>
#endif #endif

View File

@ -69,13 +69,13 @@
#define GST_LICENSE "LGPL" #define GST_LICENSE "LGPL"
/* package name in plugins */ /* package name in plugins */
#define GST_PACKAGE_NAME "GStreamer Base Plug-ins prerelease" #define GST_PACKAGE_NAME "GStreamer Base Plug-ins source release"
/* package origin */ /* package origin */
#define GST_PACKAGE_ORIGIN "Unknown package origin" #define GST_PACKAGE_ORIGIN "Unknown package origin"
/* GStreamer package release date/time for plugins as YYYY-MM-DD */ /* GStreamer package release date/time for plugins as YYYY-MM-DD */
#define GST_PACKAGE_RELEASE_DATETIME "2010-11-18T00:16Z" #define GST_PACKAGE_RELEASE_DATETIME "2010-11-30"
/* I know the API is subject to change. */ /* I know the API is subject to change. */
#undef G_UDEV_API_IS_SUBJECT_TO_CHANGE #undef G_UDEV_API_IS_SUBJECT_TO_CHANGE
@ -331,7 +331,7 @@
#define PACKAGE_NAME "GStreamer Base Plug-ins" #define PACKAGE_NAME "GStreamer Base Plug-ins"
/* Define to the full name and version of this package. */ /* Define to the full name and version of this package. */
#define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.30.5" #define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.31"
/* Define to the one symbol short name of this package. */ /* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gst-plugins-base" #define PACKAGE_TARNAME "gst-plugins-base"
@ -340,7 +340,7 @@
#undef PACKAGE_URL #undef PACKAGE_URL
/* Define to the version of this package. */ /* Define to the version of this package. */
#define PACKAGE_VERSION "0.10.30.5" #define PACKAGE_VERSION "0.10.31"
/* directory where plugins are located */ /* directory where plugins are located */
#ifdef _DEBUG #ifdef _DEBUG
@ -368,7 +368,7 @@
#undef STDC_HEADERS #undef STDC_HEADERS
/* Version number of package */ /* Version number of package */
#define VERSION "0.10.30.5" #define VERSION "0.10.31"
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */ significant byte first (like Motorola and SPARC, unlike Intel). */