mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 03:31:05 +00:00
Release 0.10.26
This commit is contained in:
parent
66727af7eb
commit
b1f1e6717b
41 changed files with 3569 additions and 268 deletions
147
NEWS
147
NEWS
|
@ -1,4 +1,149 @@
|
|||
This is GStreamer Base Plug-ins 0.10.25, "Standard disclaimers apply"
|
||||
This is GStreamer Base Plug-ins 0.10.26, "You will know when you get there"
|
||||
|
||||
Changes since 0.10.25:
|
||||
|
||||
* playbin2: make about-to-finish signal work for raw sources (e.g. audio CDs)
|
||||
* playbin2: fix handling of the native audio/video flags
|
||||
* playbin2: add flag to enable decodebin buffering
|
||||
* playbin2: make subtitle error handling more robust and ignore late errors
|
||||
* playbin2: improve subtitle passthrough in uridecodebin
|
||||
* playbin2: new subtitleoverlay element for generic subtitle overlaying
|
||||
* playbin2: proxy notify::volume and notify::mute from the volume/mute
|
||||
elements (or audio sink)
|
||||
* playbin2: don't stop completely on initialization errors from subtitle
|
||||
elements; instead disable the subtitles and play the other
|
||||
parts of the stream
|
||||
* decodebin2: rewrite autoplugging and how groups of pads are exposed
|
||||
* uridecodebin: add use-buffering property that will perform buffering on
|
||||
parsed or demuxed media.
|
||||
* GstXOverlay: flesh out docs and add example for use with Gtk+ >= 2.18
|
||||
* libgsttag: add utility functions for ISO-639 language codes and tags
|
||||
* oggdemux: use internal granulepos<->timestamp mapper and make oggdemux
|
||||
more like a 'normal' demuxer that outputs timestamps
|
||||
* oggdemux: seeking improvements
|
||||
* subparse: add qttext support
|
||||
* ffmpegcolorspace: prefer transforming alpha formats to alpha formats
|
||||
and the other way around
|
||||
* libgstvideo: add functions to create/parse still frame events.
|
||||
* theoraenc: make the default quality property 48.
|
||||
* videotestsrc: add pattern with out-of-gamut colors
|
||||
* theora: port to 'new' theora 1.0 API; make misc. existing properties
|
||||
have no effect (quick, keyframe-mindistance, noise-sensitivity,
|
||||
sharpness, keyframe_threshold); those either never worked or
|
||||
aren't needed/provided/useful any longer with the newer API
|
||||
* typefinding: misc. performance improvements and fixes
|
||||
* baseaudiosink: make drift tolerance configurable
|
||||
|
||||
Bugs fixed since 0.10.25:
|
||||
|
||||
* 507131 : GStreamer does not play short ogg sounds
|
||||
* 583376 : [typefind] Detects MP3 as h264
|
||||
* 344013 : [oggdemux] use parsers to suck less
|
||||
* 598114 : build overwrites interfaces/interfaces-enumtypes.h with wrong enumtypes
|
||||
* 344706 : [playbin] problem changing subtitles and language
|
||||
* 350748 : [ffmpegcolorspace] ffmpeg colorspace should prefer RGBA over RGB
|
||||
* 499181 : audiorate inserting samples (due to rounding errors ?)
|
||||
* 524771 : Can't seek in YouTube videos
|
||||
* 537050 : [playbin2] QOS event problems
|
||||
* 542758 : [playbin2] Hangs in PLAYING forever if caps are not a subset of pad template caps
|
||||
* 549254 : [playbin/decodebin] Doesn't handle pads that are added much later than the other(s) correctly
|
||||
* 563828 : [decodebin2] Complains about loops in the graph when demuxer output requires another demuxer
|
||||
* 568014 : oggdemux/theoradec doesn't play last video frame
|
||||
* 570753 : [playbin] Support subtitle renderers additional to subtitle parsers
|
||||
* 574289 : [decodebin2] race in state change to PAUSED
|
||||
* 577326 : tcpclientsrc stops working if set to PLAYING, PAUSED and PLAYING again
|
||||
* 579394 : [playbin2] deadlock with wavpack files: type_found - > analyze_new_pad - > no_more_pads
|
||||
* 584441 : [playbin2] if suburi preroll fails with error, playback should continue
|
||||
* 584987 : [playbin2] [gapless] Fire a track-changed message on track change.
|
||||
* 585681 : Subtitle selector doesn't work
|
||||
* 585969 : [playbin2] [gapless] Position/Duration information mismatch on track change
|
||||
* 587704 : " GstDecodeBin2: This appears to be a text file " error when playing files from a samba share
|
||||
* 591625 : [alsasrc] odd timestamping on start
|
||||
* 591662 : [playbin2] can't handle both text subtitles and subpictures
|
||||
* 591677 : Easy codec installation is not working
|
||||
* 591706 : [playbin2] Support of files with subtitle subpicture streams
|
||||
* 594729 : theora: Convert to libtheora 1.0 API
|
||||
* 595123 : [playbin2] Should hide the difference between subtitles and subpictures
|
||||
* 595401 : gobject assertion and null access to volume instance in playbin
|
||||
* 595427 : avoid x event thread if not needed
|
||||
* 595849 : Fix Y41B strides in videotestsrc and gstvideo
|
||||
* 596159 : rtspsrc hangs when connecting over http tunneled rtsp
|
||||
* 596694 : [typefind] Detects quicktime as mp3
|
||||
* 596774 : Speed up subtitle display after seek/switch
|
||||
* 596981 : [audioresample] Compilation failure due to warning about use of %lu for guint64 variable
|
||||
* 597537 : [streamvolume.c]The cube root function is not defined in Microsoft's CRT
|
||||
* 597539 : [gststrpconnection.c] 'close' is not defined in Microsoft's CRT
|
||||
* 597786 : [tag] enhance gst_tag_freeform_string_to_utf8 to handle 16-bit Unicode
|
||||
* 598288 : [decodebin2] Plays a wav file but issues an error
|
||||
* 598533 : [decodebin2] Post element message with the stream topology on the bus
|
||||
* 598936 : DKS subtitle format
|
||||
* 599105 : [baseaudiosink] Remove pulsesink < 0.10.17 hack after gst-plugins-good release
|
||||
* 599154 : RtpAudioPayload can send out buffers that are not exact multiple of the frame size
|
||||
* 599266 : Requires restart after installing codecs
|
||||
* 599471 : uridecodebin: Store unused decodebin2 instances for further usage.
|
||||
* 599649 : Support for frame-based subtitles using playbin2 and subparse
|
||||
* 600027 : [playbin2,playsink] Should notify about volume/mute changes
|
||||
* 600370 : [subtitleoverlay] New element to overlay video with subtitles in every supported format
|
||||
* 600469 : gdpdepay: Clear adapter on flush and state change
|
||||
* 600479 : Deadlock when playing movie with subtitles
|
||||
* 600726 : [queue2] implement buffering-left argument to buffer messages
|
||||
* 600787 : playbin2 has a problem with Ogg stream with " info "
|
||||
* 600945 : silence buffers at start reusing pulsesrc
|
||||
* 600948 : [uridecodebin] Improve all raw caps detection on pads
|
||||
* 601104 : [cddabasesrc] always plays first track if device is specified
|
||||
* 601627 : theoradec breaks timestamps
|
||||
* 601772 : gst-rtsp-server crashing : bug fixed
|
||||
* 601809 : seek example doesn't work with csw
|
||||
* 601942 : Add a still-frame event to libgstvideo
|
||||
* 602000 : [playbin2] [gapless] Does state change PLAYING- > PAUSED- > PLAYING while it should stay in PLAYING
|
||||
* 602225 : Can't play another movie after using subtitles
|
||||
* 602790 : New oggdemux parsers break theora/vorbis playback
|
||||
* 602834 : [ffmpegcolorspace] does un-necessary conversion from RGB to ARGB
|
||||
* 602924 : Text subtitle rendering regression
|
||||
* 602954 : [oggdemux] can't get first chain on ogg/theora stream
|
||||
* 603345 : [playbin2] textoverlay refcount issues in git
|
||||
* 603357 : [subparse] support for QTtext
|
||||
* 605100 : GNOME Goal: Remove deprecated glib symbols
|
||||
* 605219 : Freezes nearly always when switching Audio CDs
|
||||
* 605960 : new examples require GTK 2.18
|
||||
* 606050 : Implement ptime support
|
||||
* 606163 : textoverlay: Ignore zero framerate
|
||||
* 606687 : playbin2: can't see video after setting native flags
|
||||
* 606744 : Totem fails to play video file: " Can't display both text subtitles and subpictures. "
|
||||
* 606926 : Vorbis: Implement Proper Channel Orderings for 6.1 and 7.1 Configurations
|
||||
* 607116 : [playbin2] no 'about-to-finish' signal with audio CDs
|
||||
* 607226 : Disallow setting the playbin uri property in state > = PAUSED
|
||||
* 607381 : GST_FRAMES_TO_CLOCK_TIME() GST_CLOCK_TIME_TO_FRAMES() should round result
|
||||
* 607403 : rtpaudiopayload: ptime is in milli-seconds, convert to nanosecs
|
||||
* 607569 : Playing a chained ogg stream from HTTP pauses or freezes between songs
|
||||
* 607652 : segfault with an ogg annodex file
|
||||
* 607848 : typefind wrong classifies mp4 file as mp3
|
||||
* 607870 : [oggdemux] OGM parsing broken
|
||||
* 607926 : [oggdemux] regression with certain chained ogg stream
|
||||
* 607929 : [oggdemux] regression: headers pushed twice at the beginnign of each stream
|
||||
* 608167 : [decodebin2] Doesn't push out full topology
|
||||
* 608179 : caps filter appearing after adder results in deadlock
|
||||
* 608446 : [playbin2] post an error message if no URI is set
|
||||
* 608484 : [playbin2] problem with redirect and reset to READY
|
||||
* 608699 : [oggdemux] memory leak while demuxing
|
||||
* 609252 : [theoradec] Doesn't handle unknown pixel aspect ratio properly
|
||||
* 596078 : Playbin2 takes ref of audio-/video-sink parameter
|
||||
* 596183 : decodebin2: Rewrite autoplugging and how groups of pads are handled
|
||||
* 601480 : [playback] Update factory lists not only after going back to NULL
|
||||
* 596313 : gstv4lelement.c:168: error: ‘client’ may be used uninitialized in this function
|
||||
* 606949 : [playbin2] verify type of volume property before using it
|
||||
|
||||
API added since 0.10.25:
|
||||
|
||||
* gst_rtcp_sdes_name_to_type()
|
||||
* gst_rtcp_sdes_type_to_name()
|
||||
* gst_tag_get_language_name()
|
||||
* gst_tag_get_language_codes()
|
||||
* gst_tag_get_language_code_iso_639_1()
|
||||
* gst_tag_get_language_code_iso_639_2B()
|
||||
* gst_tag_get_language_code_iso_639_2T()
|
||||
* gst_video_event_new_still_frame()
|
||||
* gst_video_event_parse_still_frame()
|
||||
|
||||
Changes since 0.10.24:
|
||||
|
||||
|
|
234
RELEASE
234
RELEASE
|
@ -1,5 +1,5 @@
|
|||
|
||||
Release notes for GStreamer Base Plug-ins 0.10.25 "Standard disclaimers apply"
|
||||
Release notes for GStreamer Base Plug-ins 0.10.26 "You will know when you get there"
|
||||
|
||||
|
||||
|
||||
|
@ -54,83 +54,152 @@ contains a set of less supported plug-ins that haven't passed the
|
|||
|
||||
Features of this release
|
||||
|
||||
* Add per-stream volume controls
|
||||
* Theora 1.0 and Y444 and Y42B format support
|
||||
* Improve audio capture timing
|
||||
* GObject introspection support
|
||||
* Improve audio output startup
|
||||
* RTSP improvements
|
||||
* Use pango-cairo instead of pangoft2
|
||||
* Allow cdda://(device#)?track URI scheme in cddabasesrc
|
||||
* Support interlaced content in videoscale and ffmpegcolorspacee
|
||||
* Many other bug fixes and improvements
|
||||
* Parallel installability with 0.8.x series
|
||||
* Threadsafe design and API
|
||||
* playbin2: make about-to-finish signal work for raw sources (e.g. audio CDs)
|
||||
* playbin2: fix handling of the native audio/video flags
|
||||
* playbin2: add flag to enable decodebin buffering
|
||||
* playbin2: make subtitle error handling more robust and ignore late errors
|
||||
* playbin2: improve subtitle passthrough in uridecodebin
|
||||
* playbin2: new subtitleoverlay element for generic subtitle overlaying
|
||||
* playbin2: proxy notify::volume and notify::mute from the volume/mute
|
||||
elements (or audio sink)
|
||||
* playbin2: don't stop completely on initialization errors from subtitle
|
||||
elements; instead disable the subtitles and play the other
|
||||
parts of the stream
|
||||
* decodebin2: rewrite autoplugging and how groups of pads are exposed
|
||||
* uridecodebin: add use-buffering property that will perform buffering on
|
||||
parsed or demuxed media.
|
||||
* GstXOverlay: flesh out docs and add example for use with Gtk+ >= 2.18
|
||||
* libgsttag: add utility functions for ISO-639 language codes and tags
|
||||
* oggdemux: use internal granulepos<->timestamp mapper and make oggdemux
|
||||
more like a 'normal' demuxer that outputs timestamps
|
||||
* oggdemux: seeking improvements
|
||||
* subparse: add qttext support
|
||||
* ffmpegcolorspace: prefer transforming alpha formats to alpha formats
|
||||
and the other way around
|
||||
* libgstvideo: add functions to create/parse still frame events.
|
||||
* theoraenc: make the default quality property 48.
|
||||
* videotestsrc: add pattern with out-of-gamut colors
|
||||
* theora: port to 'new' theora 1.0 API; make misc. existing properties
|
||||
have no effect (quick, keyframe-mindistance, noise-sensitivity,
|
||||
sharpness, keyframe_threshold); those either never worked or
|
||||
aren't needed/provided/useful any longer with the newer API
|
||||
* typefinding: misc. performance improvements and fixes
|
||||
* baseaudiosink: make drift tolerance configurable
|
||||
|
||||
Bugs fixed in this release
|
||||
|
||||
* 595401 : gobject assertion and null access to volume instance in playbin
|
||||
* 507131 : GStreamer does not play short ogg sounds
|
||||
* 583376 : [typefind] Detects MP3 as h264
|
||||
* 344013 : [oggdemux] use parsers to suck less
|
||||
* 598114 : build overwrites interfaces/interfaces-enumtypes.h with wrong enumtypes
|
||||
* 344706 : [playbin] problem changing subtitles and language
|
||||
* 350748 : [ffmpegcolorspace] ffmpeg colorspace should prefer RGBA over RGB
|
||||
* 499181 : audiorate inserting samples (due to rounding errors ?)
|
||||
* 524771 : Can't seek in YouTube videos
|
||||
* 537050 : [playbin2] QOS event problems
|
||||
* 542758 : [playbin2] Hangs in PLAYING forever if caps are not a subset of pad template caps
|
||||
* 549254 : [playbin/decodebin] Doesn't handle pads that are added much later than the other(s) correctly
|
||||
* 563828 : [decodebin2] Complains about loops in the graph when demuxer output requires another demuxer
|
||||
* 568014 : oggdemux/theoradec doesn't play last video frame
|
||||
* 570753 : [playbin] Support subtitle renderers additional to subtitle parsers
|
||||
* 574289 : [decodebin2] race in state change to PAUSED
|
||||
* 577326 : tcpclientsrc stops working if set to PLAYING, PAUSED and PLAYING again
|
||||
* 579394 : [playbin2] deadlock with wavpack files: type_found - > analyze_new_pad - > no_more_pads
|
||||
* 584441 : [playbin2] if suburi preroll fails with error, playback should continue
|
||||
* 584987 : [playbin2] [gapless] Fire a track-changed message on track change.
|
||||
* 585681 : Subtitle selector doesn't work
|
||||
* 585969 : [playbin2] [gapless] Position/Duration information mismatch on track change
|
||||
* 587704 : " GstDecodeBin2: This appears to be a text file " error when playing files from a samba share
|
||||
* 591625 : [alsasrc] odd timestamping on start
|
||||
* 591662 : [playbin2] can't handle both text subtitles and subpictures
|
||||
* 591677 : Easy codec installation is not working
|
||||
* 588523 : smarter sink selection in playbin2
|
||||
* 590146 : adder regressions
|
||||
* 321532 : [cddabasesrc] Support device setting in cdda:// URI
|
||||
* 340887 : add pangocairo textoverlay plugin.
|
||||
* 397419 : [oggdemux] ogm video with subtitles stuck on first frame
|
||||
* 556537 : [PATCH] typefind: more flexible MPEG4 start code recognition
|
||||
* 559049 : gstcheck.c:76:F:general:test_state_changes_* failure: GST_IS_CLOCK(clock) assertion fails
|
||||
* 567660 : [API] need a stream volume interface for sinks that do volume control
|
||||
* 567928 : Make videorate work with a live source
|
||||
* 571610 : [playbin] Scale of volume property is not documented
|
||||
* 583255 : [playbin2] deadlock when disabling visualisations
|
||||
* 586180 : RTSP improvements
|
||||
* 588717 : [oggmux] gst_caps_unref() warning if not linked downstream
|
||||
* 588761 : [videoscale] Needs special support for interlaced content
|
||||
* 588915 : audioresample's output offset counter's initialization could maybe be improved
|
||||
* 589095 : [appsrc] clarify documentation on caps and linkage
|
||||
* 589574 : [typefind] incorrect sdp file detection
|
||||
* 590243 : [videoscale] Claims to support MAX width/height
|
||||
* 590425 : Slaved alsasrc clock with slave-method=re-timestamp not usable for RTP audio
|
||||
* 590856 : [decodebin2] triggers assertion failure on NULL caps
|
||||
* 591207 : totem does display the following subtitle srt file.
|
||||
* 591357 : gst-plugins-base git won't build due to warning in gstrtspconnection.c
|
||||
* 591577 : [playbin2] Incorrect error message string
|
||||
* 591664 : [playbin2] after seeking, srt subtitles don't resync correctly
|
||||
* 591934 : timestamp drift in audioresample
|
||||
* 592544 : Remove regex.h check
|
||||
* 592657 : [appsink] Blocks after entering on pause state
|
||||
* 592864 : deadlocks from recent inputselector/streamselector change
|
||||
* 592884 : [playbin2] g_object_get increases refcount by 2 and therefore leaves memleak
|
||||
* 593035 : gdp doesn't preserve fields of the buffers put into the caps' streamheader
|
||||
* 593284 : basertppayloader takes time in instance init
|
||||
* 594020 : Totem don't play videos from ssh remote host
|
||||
* 594094 : Playback Error playing Midi file
|
||||
* 594136 : [alsasink] Regression from 0.10.23 -- element reuse doesn't work
|
||||
* 594165 : [theoraenc] Implement support for new formats
|
||||
* 594256 : improved slave-skew resynch mechanism
|
||||
* 594258 : missing break in rtcpbuffer
|
||||
* 594275 : Add cast to navigation to fix compiler warning
|
||||
* 594623 : Expose playsink as a fully-fledged element
|
||||
* 594732 : parse error
|
||||
* 594757 : build fails due to warning in gstbasertppayload.c
|
||||
* 594993 : [introspection] pkg-config file madness
|
||||
* 594994 : [streamvolume] Add get_type function to the documentation
|
||||
* 595454 : [cddabasesrc] uri format change breaks rhythmbox
|
||||
* 545807 : [baseaudiosink] audible crack when starting the pipeline
|
||||
* 591706 : [playbin2] Support of files with subtitle subpicture streams
|
||||
* 594729 : theora: Convert to libtheora 1.0 API
|
||||
* 595123 : [playbin2] Should hide the difference between subtitles and subpictures
|
||||
* 595401 : gobject assertion and null access to volume instance in playbin
|
||||
* 595427 : avoid x event thread if not needed
|
||||
* 595849 : Fix Y41B strides in videotestsrc and gstvideo
|
||||
* 596159 : rtspsrc hangs when connecting over http tunneled rtsp
|
||||
* 596694 : [typefind] Detects quicktime as mp3
|
||||
* 596774 : Speed up subtitle display after seek/switch
|
||||
* 596981 : [audioresample] Compilation failure due to warning about use of %lu for guint64 variable
|
||||
* 597537 : [streamvolume.c]The cube root function is not defined in Microsoft's CRT
|
||||
* 597539 : [gststrpconnection.c] 'close' is not defined in Microsoft's CRT
|
||||
* 597786 : [tag] enhance gst_tag_freeform_string_to_utf8 to handle 16-bit Unicode
|
||||
* 598288 : [decodebin2] Plays a wav file but issues an error
|
||||
* 598533 : [decodebin2] Post element message with the stream topology on the bus
|
||||
* 598936 : DKS subtitle format
|
||||
* 599105 : [baseaudiosink] Remove pulsesink < 0.10.17 hack after gst-plugins-good release
|
||||
* 599154 : RtpAudioPayload can send out buffers that are not exact multiple of the frame size
|
||||
* 599266 : Requires restart after installing codecs
|
||||
* 599471 : uridecodebin: Store unused decodebin2 instances for further usage.
|
||||
* 599649 : Support for frame-based subtitles using playbin2 and subparse
|
||||
* 600027 : [playbin2,playsink] Should notify about volume/mute changes
|
||||
* 600370 : [subtitleoverlay] New element to overlay video with subtitles in every supported format
|
||||
* 600469 : gdpdepay: Clear adapter on flush and state change
|
||||
* 600479 : Deadlock when playing movie with subtitles
|
||||
* 600726 : [queue2] implement buffering-left argument to buffer messages
|
||||
* 600787 : playbin2 has a problem with Ogg stream with " info "
|
||||
* 600945 : silence buffers at start reusing pulsesrc
|
||||
* 600948 : [uridecodebin] Improve all raw caps detection on pads
|
||||
* 601104 : [cddabasesrc] always plays first track if device is specified
|
||||
* 601627 : theoradec breaks timestamps
|
||||
* 601772 : gst-rtsp-server crashing : bug fixed
|
||||
* 601809 : seek example doesn't work with csw
|
||||
* 601942 : Add a still-frame event to libgstvideo
|
||||
* 602000 : [playbin2] [gapless] Does state change PLAYING- > PAUSED- > PLAYING while it should stay in PLAYING
|
||||
* 602225 : Can't play another movie after using subtitles
|
||||
* 602790 : New oggdemux parsers break theora/vorbis playback
|
||||
* 602834 : [ffmpegcolorspace] does un-necessary conversion from RGB to ARGB
|
||||
* 602924 : Text subtitle rendering regression
|
||||
* 602954 : [oggdemux] can't get first chain on ogg/theora stream
|
||||
* 603345 : [playbin2] textoverlay refcount issues in git
|
||||
* 603357 : [subparse] support for QTtext
|
||||
* 605100 : GNOME Goal: Remove deprecated glib symbols
|
||||
* 605219 : Freezes nearly always when switching Audio CDs
|
||||
* 605960 : new examples require GTK 2.18
|
||||
* 606050 : Implement ptime support
|
||||
* 606163 : textoverlay: Ignore zero framerate
|
||||
* 606687 : playbin2: can't see video after setting native flags
|
||||
* 606744 : Totem fails to play video file: " Can't display both text subtitles and subpictures. "
|
||||
* 606926 : Vorbis: Implement Proper Channel Orderings for 6.1 and 7.1 Configurations
|
||||
* 607116 : [playbin2] no 'about-to-finish' signal with audio CDs
|
||||
* 607226 : Disallow setting the playbin uri property in state > = PAUSED
|
||||
* 607381 : GST_FRAMES_TO_CLOCK_TIME() GST_CLOCK_TIME_TO_FRAMES() should round result
|
||||
* 607403 : rtpaudiopayload: ptime is in milli-seconds, convert to nanosecs
|
||||
* 607569 : Playing a chained ogg stream from HTTP pauses or freezes between songs
|
||||
* 607652 : segfault with an ogg annodex file
|
||||
* 607848 : typefind wrong classifies mp4 file as mp3
|
||||
* 607870 : [oggdemux] OGM parsing broken
|
||||
* 607926 : [oggdemux] regression with certain chained ogg stream
|
||||
* 607929 : [oggdemux] regression: headers pushed twice at the beginnign of each stream
|
||||
* 608167 : [decodebin2] Doesn't push out full topology
|
||||
* 608179 : caps filter appearing after adder results in deadlock
|
||||
* 608446 : [playbin2] post an error message if no URI is set
|
||||
* 608484 : [playbin2] problem with redirect and reset to READY
|
||||
* 608699 : [oggdemux] memory leak while demuxing
|
||||
* 609252 : [theoradec] Doesn't handle unknown pixel aspect ratio properly
|
||||
* 596078 : Playbin2 takes ref of audio-/video-sink parameter
|
||||
* 596183 : decodebin2: Rewrite autoplugging and how groups of pads are handled
|
||||
* 601480 : [playback] Update factory lists not only after going back to NULL
|
||||
* 596313 : gstv4lelement.c:168: error: ‘client’ may be used uninitialized in this function
|
||||
* 606949 : [playbin2] verify type of volume property before using it
|
||||
|
||||
API changed in this release
|
||||
|
||||
- API additions:
|
||||
|
||||
* gst_rtsp_connection_create_from_fd()
|
||||
* gst_rtsp_connection_set_http_mode()
|
||||
* gst_rtsp_watch_write_data()
|
||||
* gst_rtsp_watch_send_message()
|
||||
* GstBaseRTPPayload::perfect-rtptime
|
||||
* GstBaseRTPAudioPayload::gst_base_rtp_audio_payload_flush()
|
||||
* GstVideoSinkClass::show_frame()
|
||||
* GstVideoSink:show-preroll-frame
|
||||
* GST_MIXER_TRACK_READONLY
|
||||
* GST_MIXER_TRACK_WRITEONLY
|
||||
* GstStreamVolume interface
|
||||
* gst_rtcp_sdes_name_to_type()
|
||||
* gst_rtcp_sdes_type_to_name()
|
||||
* gst_tag_get_language_name()
|
||||
* gst_tag_get_language_codes()
|
||||
* gst_tag_get_language_code_iso_639_1()
|
||||
* gst_tag_get_language_code_iso_639_2B()
|
||||
* gst_tag_get_language_code_iso_639_2T()
|
||||
* gst_video_event_new_still_frame()
|
||||
* gst_video_event_parse_still_frame()
|
||||
|
||||
Download
|
||||
|
||||
|
@ -159,34 +228,33 @@ Applications
|
|||
|
||||
Contributors to this release
|
||||
|
||||
* Arnout Vandecappelle
|
||||
* Benjamin Gaignard
|
||||
* Benjamin M. Schwartz
|
||||
* Benjamin Otte
|
||||
* Christian F.K. Schaller
|
||||
* Brijesh Singh
|
||||
* Christian Schaller
|
||||
* David Schleef
|
||||
* Edward Hervey
|
||||
* Eero Nurkkala
|
||||
* Havard Graff
|
||||
* Håvard Graff
|
||||
* Iago Toral
|
||||
* Jan Schmidt
|
||||
* John Millikin
|
||||
* Jonas Holmberg
|
||||
* Jonathan Matthew
|
||||
* Josep Torra
|
||||
* Josep Torra Valles
|
||||
* Julien Moutte
|
||||
* Kipp Cannon
|
||||
* Marc-André Lureau
|
||||
* Mark Nauwelaerts
|
||||
* Mark Yen
|
||||
* Mart Raudsepp
|
||||
* Michael Smith
|
||||
* Olivier Crête
|
||||
* Patrick Radizi
|
||||
* Peter Kjellerstedt
|
||||
* Philip Jägenstedt
|
||||
* René Stadler
|
||||
* Robert Swain
|
||||
* Sebastian Dröge
|
||||
* Siarhei Siamashka
|
||||
* Sreerenj B
|
||||
* Stefan Kost
|
||||
* Thiago Santos
|
||||
* Thijs Vermeir
|
||||
* Tim-Philipp Müller
|
||||
* Tommi Myöhänen
|
||||
* Vincent Penquerc'h
|
||||
* Wim Taymans
|
||||
* Young-Ho Cha
|
||||
* Руслан Ижбулатов
|
||||
|
|
@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
|
|||
dnl initialize autoconf
|
||||
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
|
||||
AC_INIT(GStreamer Base Plug-ins, 0.10.25.3,
|
||||
AC_INIT(GStreamer Base Plug-ins, 0.10.26,
|
||||
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
||||
gst-plugins-base)
|
||||
|
||||
|
@ -55,7 +55,7 @@ AC_LIBTOOL_WIN32_DLL
|
|||
AM_PROG_LIBTOOL
|
||||
|
||||
dnl *** required versions of GStreamer stuff ***
|
||||
GST_REQ=0.10.25.2
|
||||
GST_REQ=0.10.26
|
||||
|
||||
dnl *** autotools stuff ****
|
||||
|
||||
|
|
|
@ -1208,6 +1208,56 @@
|
|||
<DEFAULT>1</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstTheoraEnc::cap-overflow</NAME>
|
||||
<TYPE>gboolean</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>VP3 Compatible</NICK>
|
||||
<BLURB>Enable capping of bit reservoir overflows. This property requires libtheora version >= 1.1.</BLURB>
|
||||
<DEFAULT>TRUE</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstTheoraEnc::cap-underflow</NAME>
|
||||
<TYPE>gboolean</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>VP3 Compatible</NICK>
|
||||
<BLURB>Enable capping of bit reservoir underflows. This property requires libtheora version >= 1.1.</BLURB>
|
||||
<DEFAULT>FALSE</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstTheoraEnc::drop-frames</NAME>
|
||||
<TYPE>gboolean</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>VP3 Compatible</NICK>
|
||||
<BLURB>Allow or disallow frame dropping. This property requires libtheora version >= 1.1.</BLURB>
|
||||
<DEFAULT>TRUE</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstTheoraEnc::rate-buffer</NAME>
|
||||
<TYPE>gint</TYPE>
|
||||
<RANGE>[0,1000]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Rate Control Buffer</NICK>
|
||||
<BLURB>Sets the size of the rate control buffer, in units of frames. The default value of 0 instructs the encoder to automatically select an appropriate value. This property requires libtheora version >= 1.1.</BLURB>
|
||||
<DEFAULT>0</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstTheoraEnc::vp3-compatible</NAME>
|
||||
<TYPE>gboolean</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>VP3 Compatible</NICK>
|
||||
<BLURB>Disables non-VP3 compatible features. This property requires libtheora version >= 1.1.</BLURB>
|
||||
<DEFAULT>FALSE</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstGnomeVFSSrc::handle</NAME>
|
||||
<TYPE>GnomeVFSHandle*</TYPE>
|
||||
|
@ -1558,6 +1608,16 @@
|
|||
<DEFAULT>TRUE</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstAudioRate::tolerance</NAME>
|
||||
<TYPE>guint64</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>tolerance</NICK>
|
||||
<BLURB>Only act if timestamp jitter/imperfection exceeds indicated tolerance (ns).</BLURB>
|
||||
<DEFAULT>0</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstTextRender::font-desc</NAME>
|
||||
<TYPE>gchar*</TYPE>
|
||||
|
@ -2018,6 +2078,16 @@
|
|||
<DEFAULT>NULL</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstSubParse::video-fps</NAME>
|
||||
<TYPE>GstFraction</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Video framerate</NICK>
|
||||
<BLURB>Framerate of the video stream. This is needed by some subtitle formats to synchronize subtitles and video properly. If not set and the subtitle format requires it subtitles may be out of sync.</BLURB>
|
||||
<DEFAULT></DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstTheoraParse::synchronization-points</NAME>
|
||||
<TYPE>GValueArray*</TYPE>
|
||||
|
@ -2148,6 +2218,16 @@
|
|||
<DEFAULT>FALSE</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstDecodeBin2::post-stream-topology</NAME>
|
||||
<TYPE>gboolean</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Post Stream Topology</NICK>
|
||||
<BLURB>Post stream-topology messages.</BLURB>
|
||||
<DEFAULT>FALSE</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstURIDecodeBin::uri</NAME>
|
||||
<TYPE>gchar*</TYPE>
|
||||
|
@ -3068,3 +3148,23 @@
|
|||
<DEFAULT>1</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstSubtitleOverlay::font-desc</NAME>
|
||||
<TYPE>gchar*</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Subtitle font description</NICK>
|
||||
<BLURB>Pango font description of font to be used for subtitle rendering.</BLURB>
|
||||
<DEFAULT>NULL</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstSubtitleOverlay::silent</NAME>
|
||||
<TYPE>gboolean</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Silent</NICK>
|
||||
<BLURB>Whether to show subtitles.</BLURB>
|
||||
<DEFAULT>FALSE</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
|
|
|
@ -13,19 +13,42 @@ GObject
|
|||
GstPlayBaseBin
|
||||
GstPlayBin
|
||||
GstPlayBin2
|
||||
GstPlaySink
|
||||
GstSubtitleOverlay
|
||||
GstDecodeBin
|
||||
GstDecodeBin2
|
||||
GstURIDecodeBin
|
||||
GstOggDemux
|
||||
GstOggMux
|
||||
GstOgmParse
|
||||
GstOgmAudioParse
|
||||
GstOgmVideoParse
|
||||
GstOgmTextParse
|
||||
GstOggParse
|
||||
GstOggAviParse
|
||||
GstDecodeBin
|
||||
GstPlaySink
|
||||
GstSubtitleOverlay
|
||||
GstVorbisEnc
|
||||
GstVorbisDec
|
||||
GstVorbisParse
|
||||
GstVorbisTag
|
||||
GstVisual
|
||||
GstVisualbumpscope
|
||||
GstVisualcorona
|
||||
GstVisualinfinite
|
||||
GstVisualjakdaw
|
||||
GstVisualjess
|
||||
GstVisuallv_analyzer
|
||||
GstVisuallv_scope
|
||||
GstVisualoinksie
|
||||
GstBaseSrc
|
||||
GstPushSrc
|
||||
GstCddaBaseSrc
|
||||
GstCdParanoiaSrc
|
||||
GstBaseAudioSrc
|
||||
GstAudioSrc
|
||||
GstAlsaSrc
|
||||
GstV4lElement
|
||||
GstV4lSrc
|
||||
GstVideoTestSrc
|
||||
GstTCPClientSrc
|
||||
GstTCPServerSrc
|
||||
GstGioBaseSrc
|
||||
GstGioSrc
|
||||
GstGioStreamSrc
|
||||
GstGnomeVFSSrc
|
||||
GstAppSrc
|
||||
GstAudioTestSrc
|
||||
GstBaseSink
|
||||
GstGioBaseSink
|
||||
GstGioSink
|
||||
|
@ -35,67 +58,44 @@ GObject
|
|||
GstAlsaSink
|
||||
GstGnomeVFSSink
|
||||
GstVideoSink
|
||||
GstXvImageSink
|
||||
GstXImageSink
|
||||
GstXvImageSink
|
||||
GstAppSink
|
||||
GstTCPClientSink
|
||||
GstMultiFdSink
|
||||
GstTCPServerSink
|
||||
GstBaseSrc
|
||||
GstGioBaseSrc
|
||||
GstGioSrc
|
||||
GstGioStreamSrc
|
||||
GstPushSrc
|
||||
GstBaseAudioSrc
|
||||
GstAudioSrc
|
||||
GstAlsaSrc
|
||||
GstCddaBaseSrc
|
||||
GstCdParanoiaSrc
|
||||
GstV4lElement
|
||||
GstV4lSrc
|
||||
GstTCPClientSrc
|
||||
GstTCPServerSrc
|
||||
GstVideoTestSrc
|
||||
GstGnomeVFSSrc
|
||||
GstAudioTestSrc
|
||||
GstAppSrc
|
||||
GstVorbisEnc
|
||||
GstVorbisDec
|
||||
GstVorbisParse
|
||||
GstVorbisTag
|
||||
GstTextOverlay
|
||||
GstTimeOverlay
|
||||
GstClockOverlay
|
||||
GstTextRender
|
||||
GstAlsaMixerElement
|
||||
GstTheoraDec
|
||||
GstTheoraEnc
|
||||
GstTheoraParse
|
||||
GstAlsaMixerElement
|
||||
GstVisual
|
||||
GstVisualjess
|
||||
GstVisualbumpscope
|
||||
GstVisualcorona
|
||||
GstVisualinfinite
|
||||
GstVisualjakdaw
|
||||
GstVisuallv_analyzer
|
||||
GstVisuallv_scope
|
||||
GstVisualoinksie
|
||||
GstOggDemux
|
||||
GstOggMux
|
||||
GstOgmParse
|
||||
GstOgmAudioParse
|
||||
GstOgmVideoParse
|
||||
GstOgmTextParse
|
||||
GstOggParse
|
||||
GstOggAviParse
|
||||
GstAdder
|
||||
GstBaseTransform
|
||||
GstVideoScale
|
||||
GstAudioFilter
|
||||
GstVolume
|
||||
GstAudioConvert
|
||||
GstAudioResample
|
||||
GstFFMpegCsp
|
||||
GstVideoRate
|
||||
GstStreamSelector
|
||||
GstPlaybin2InputSelector
|
||||
GstGDPDepay
|
||||
GstGDPPay
|
||||
GstSubParse
|
||||
GstSsaParse
|
||||
GstAudioRate
|
||||
GstBaseTransform
|
||||
GstAudioConvert
|
||||
GstFFMpegCsp
|
||||
GstAudioFilter
|
||||
GstVolume
|
||||
GstAudioResample
|
||||
GstVideoScale
|
||||
GstAdder
|
||||
GstGDPDepay
|
||||
GstGDPPay
|
||||
GstStreamSelector
|
||||
GstPlaybin2InputSelector
|
||||
GstVideoRate
|
||||
GstBus
|
||||
GstTask
|
||||
GstTaskPool
|
||||
|
@ -109,6 +109,7 @@ GObject
|
|||
GstAudioSrcRingBuffer
|
||||
GstSignalObject
|
||||
GstMixerTrack
|
||||
GstMixerOptions
|
||||
GstStreamInfo
|
||||
GstColorBalanceChannel
|
||||
GstTunerNorm
|
||||
|
@ -123,15 +124,15 @@ GInterface
|
|||
GTypePlugin
|
||||
GstChildProxy
|
||||
GstURIHandler
|
||||
GstPreset
|
||||
GstTagSetter
|
||||
GstPreset
|
||||
GstImplementsInterface
|
||||
GstMixer
|
||||
GstPropertyProbe
|
||||
GstNavigation
|
||||
GstTuner
|
||||
GstXOverlay
|
||||
GstColorBalance
|
||||
GstTuner
|
||||
GstNavigation
|
||||
GstStreamVolume
|
||||
PangoCairoFontMap
|
||||
GFile
|
||||
|
|
|
@ -3,29 +3,29 @@ GstPipeline GstChildProxy
|
|||
GstPlayBaseBin GstChildProxy
|
||||
GstPlayBin GstChildProxy
|
||||
GstPlayBin2 GstChildProxy GstStreamVolume
|
||||
GstPlaySink GstChildProxy
|
||||
GstSubtitleOverlay GstChildProxy
|
||||
GstDecodeBin GstChildProxy
|
||||
GstDecodeBin2 GstChildProxy
|
||||
GstURIDecodeBin GstChildProxy
|
||||
GstOggMux GstPreset
|
||||
GstDecodeBin GstChildProxy
|
||||
GstPlaySink GstChildProxy
|
||||
GstSubtitleOverlay GstChildProxy
|
||||
GstVorbisEnc GstTagSetter GstPreset
|
||||
GstVorbisTag GstTagSetter
|
||||
GstCddaBaseSrc GstURIHandler
|
||||
GstCdParanoiaSrc GstURIHandler
|
||||
GstAlsaSrc GstImplementsInterface GstMixer GstPropertyProbe
|
||||
GstV4lElement GstImplementsInterface GstTuner GstXOverlay GstColorBalance GstPropertyProbe
|
||||
GstV4lSrc GstImplementsInterface GstTuner GstXOverlay GstColorBalance GstPropertyProbe
|
||||
GstGioSrc GstURIHandler
|
||||
GstGnomeVFSSrc GstURIHandler
|
||||
GstAppSrc GstURIHandler
|
||||
GstGioSink GstURIHandler
|
||||
GstAlsaSink GstPropertyProbe
|
||||
GstGnomeVFSSink GstURIHandler
|
||||
GstXvImageSink GstImplementsInterface GstPropertyProbe GstNavigation GstXOverlay GstColorBalance
|
||||
GstXImageSink GstImplementsInterface GstNavigation GstXOverlay
|
||||
GstXvImageSink GstImplementsInterface GstNavigation GstXOverlay GstColorBalance GstPropertyProbe
|
||||
GstAppSink GstURIHandler
|
||||
GstGioSrc GstURIHandler
|
||||
GstAlsaSrc GstImplementsInterface GstMixer GstPropertyProbe
|
||||
GstCddaBaseSrc GstURIHandler
|
||||
GstCdParanoiaSrc GstURIHandler
|
||||
GstV4lElement GstImplementsInterface GstPropertyProbe GstXOverlay GstColorBalance GstTuner
|
||||
GstV4lSrc GstImplementsInterface GstPropertyProbe GstXOverlay GstColorBalance GstTuner
|
||||
GstGnomeVFSSrc GstURIHandler
|
||||
GstAppSrc GstURIHandler
|
||||
GstVorbisEnc GstTagSetter GstPreset
|
||||
GstVorbisTag GstTagSetter
|
||||
GstTheoraEnc GstPreset
|
||||
GstAlsaMixerElement GstImplementsInterface GstMixer GstPropertyProbe
|
||||
GstTheoraEnc GstPreset
|
||||
GstOggMux GstPreset
|
||||
GstVolume GstImplementsInterface GstMixer GstStreamVolume
|
||||
PangoCairoFcFontMap PangoCairoFontMap
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
GstChildProxy GstObject
|
||||
GstTagSetter GstElement
|
||||
GstImplementsInterface GstElement
|
||||
GstMixer GstImplementsInterface GstElement
|
||||
GstXOverlay GstImplementsInterface GstElement
|
||||
GstColorBalance GstImplementsInterface GstElement
|
||||
GstTuner GstImplementsInterface GstElement
|
||||
GstTagSetter GstObject GstElement
|
||||
GstImplementsInterface GstObject GstElement
|
||||
GstMixer GstObject GstImplementsInterface GstElement
|
||||
GstTuner GstObject GstImplementsInterface GstElement
|
||||
GstXOverlay GstObject GstImplementsInterface GstElement
|
||||
GstColorBalance GstObject GstImplementsInterface GstElement
|
||||
GstStreamVolume GObject
|
||||
PangoCairoFontMap PangoFontMap
|
||||
GFile GObject
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Adds multiple streams</description>
|
||||
<filename>../../gst/adder/.libs/libgstadder.so</filename>
|
||||
<basename>libgstadder.so</basename>
|
||||
<version>0.10.25.1</version>
|
||||
<version>0.10.26</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins prerelease</package>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>ALSA plugin library</description>
|
||||
<filename>../../ext/alsa/.libs/libgstalsa.so</filename>
|
||||
<basename>libgstalsa.so</basename>
|
||||
<version>0.10.25.1</version>
|
||||
<version>0.10.26</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins prerelease</package>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Elements used to communicate with applications</description>
|
||||
<filename>../../gst/app/.libs/libgstapp.so</filename>
|
||||
<basename>libgstapp.so</basename>
|
||||
<version>0.10.25.1</version>
|
||||
<version>0.10.26</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins prerelease</package>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Convert audio to different formats</description>
|
||||
<filename>../../gst/audioconvert/.libs/libgstaudioconvert.so</filename>
|
||||
<basename>libgstaudioconvert.so</basename>
|
||||
<version>0.10.25.1</version>
|
||||
<version>0.10.26</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins prerelease</package>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Adjusts audio frames</description>
|
||||
<filename>../../gst/audiorate/.libs/libgstaudiorate.so</filename>
|
||||
<basename>libgstaudiorate.so</basename>
|
||||
<version>0.10.25.1</version>
|
||||
<version>0.10.26</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins prerelease</package>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Resamples audio</description>
|
||||
<filename>../../gst/audioresample/.libs/libgstaudioresample.so</filename>
|
||||
<basename>libgstaudioresample.so</basename>
|
||||
<version>0.10.25.1</version>
|
||||
<version>0.10.26</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins prerelease</package>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Creates audio test signals of given frequency and volume</description>
|
||||
<filename>../../gst/audiotestsrc/.libs/libgstaudiotestsrc.so</filename>
|
||||
<basename>libgstaudiotestsrc.so</basename>
|
||||
<version>0.10.25.1</version>
|
||||
<version>0.10.26</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins prerelease</package>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Read audio from CD in paranoid mode</description>
|
||||
<filename>../../ext/cdparanoia/.libs/libgstcdparanoia.so</filename>
|
||||
<basename>libgstcdparanoia.so</basename>
|
||||
<version>0.10.25.1</version>
|
||||
<version>0.10.26</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins prerelease</package>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>decoder bin</description>
|
||||
<filename>../../gst/playback/.libs/libgstdecodebin.so</filename>
|
||||
<basename>libgstdecodebin.so</basename>
|
||||
<version>0.10.25.1</version>
|
||||
<version>0.10.26</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins prerelease</package>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>colorspace conversion copied from FFMpeg 0.4.9-pre1</description>
|
||||
<filename>../../gst/ffmpegcolorspace/.libs/libgstffmpegcolorspace.so</filename>
|
||||
<basename>libgstffmpegcolorspace.so</basename>
|
||||
<version>0.10.25.1</version>
|
||||
<version>0.10.26</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>FFMpeg</package>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Payload/depayload GDP packets</description>
|
||||
<filename>../../gst/gdp/.libs/libgstgdp.so</filename>
|
||||
<basename>libgstgdp.so</basename>
|
||||
<version>0.10.25.1</version>
|
||||
<version>0.10.26</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins prerelease</package>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>GIO elements</description>
|
||||
<filename>../../ext/gio/.libs/libgstgio.so</filename>
|
||||
<basename>libgstgio.so</basename>
|
||||
<version>0.10.25.1</version>
|
||||
<version>0.10.26</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins prerelease</package>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>elements to read from and write to Gnome-VFS uri's</description>
|
||||
<filename>../../ext/gnomevfs/.libs/libgstgnomevfs.so</filename>
|
||||
<basename>libgstgnomevfs.so</basename>
|
||||
<version>0.10.25.1</version>
|
||||
<version>0.10.26</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins prerelease</package>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>libvisual visualization plugins</description>
|
||||
<filename>../../ext/libvisual/.libs/libgstlibvisual.so</filename>
|
||||
<basename>libgstlibvisual.so</basename>
|
||||
<version>0.10.25.1</version>
|
||||
<version>0.10.26</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins prerelease</package>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -3,10 +3,10 @@
|
|||
<description>Pango-based text rendering and overlay</description>
|
||||
<filename>../../ext/pango/.libs/libgstpango.so</filename>
|
||||
<basename>libgstpango.so</basename>
|
||||
<version>0.10.25.1</version>
|
||||
<version>0.10.26</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins prerelease</package>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>various playback elements</description>
|
||||
<filename>../../gst/playback/.libs/libgstplaybin.so</filename>
|
||||
<basename>libgstplaybin.so</basename>
|
||||
<version>0.10.25.1</version>
|
||||
<version>0.10.26</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins prerelease</package>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
@ -36,12 +36,6 @@
|
|||
<description>Convenience sink for multiple streams</description>
|
||||
<author>Wim Taymans <wim.taymans@gmail.com></author>
|
||||
<pads>
|
||||
<caps>
|
||||
<name>subpic_sink</name>
|
||||
<direction>sink</direction>
|
||||
<presence>request</presence>
|
||||
<details>ANY</details>
|
||||
</caps>
|
||||
<caps>
|
||||
<name>text_sink</name>
|
||||
<direction>sink</direction>
|
||||
|
@ -91,13 +85,13 @@
|
|||
<name>video_sink</name>
|
||||
<direction>sink</direction>
|
||||
<presence>always</presence>
|
||||
<details>video/x-raw-rgb; video/x-raw-yuv</details>
|
||||
<details>ANY</details>
|
||||
</caps>
|
||||
<caps>
|
||||
<name>src</name>
|
||||
<direction>source</direction>
|
||||
<presence>always</presence>
|
||||
<details>video/x-raw-rgb; video/x-raw-yuv</details>
|
||||
<details>ANY</details>
|
||||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Subtitle parsing</description>
|
||||
<filename>../../gst/subparse/.libs/libgstsubparse.so</filename>
|
||||
<basename>libgstsubparse.so</basename>
|
||||
<version>0.10.25.1</version>
|
||||
<version>0.10.26</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins prerelease</package>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
@ -48,7 +48,7 @@
|
|||
<name>sink</name>
|
||||
<direction>sink</direction>
|
||||
<presence>always</presence>
|
||||
<details>application/x-subtitle; application/x-subtitle-sami; application/x-subtitle-tmplayer; application/x-subtitle-mpl2; application/x-subtitle-dks</details>
|
||||
<details>application/x-subtitle; application/x-subtitle-sami; application/x-subtitle-tmplayer; application/x-subtitle-mpl2; application/x-subtitle-dks; application/x-subtitle-qttext</details>
|
||||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>transfer data over the network via TCP</description>
|
||||
<filename>../../gst/tcp/.libs/libgsttcp.so</filename>
|
||||
<basename>libgsttcp.so</basename>
|
||||
<version>0.10.25.1</version>
|
||||
<version>0.10.26</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins prerelease</package>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Theora plugin library</description>
|
||||
<filename>../../ext/theora/.libs/libgsttheora.so</filename>
|
||||
<basename>libgsttheora.so</basename>
|
||||
<version>0.10.25.1</version>
|
||||
<version>0.10.26</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins prerelease</package>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>default typefind functions</description>
|
||||
<filename>../../gst/typefind/.libs/libgsttypefindfunctions.so</filename>
|
||||
<basename>libgsttypefindfunctions.so</basename>
|
||||
<version>0.10.25.1</version>
|
||||
<version>0.10.26</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins prerelease</package>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>URI Decoder bin</description>
|
||||
<filename>../../gst/playback/.libs/libgstdecodebin2.so</filename>
|
||||
<basename>libgstdecodebin2.so</basename>
|
||||
<version>0.10.25.1</version>
|
||||
<version>0.10.26</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins prerelease</package>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>elements for Video 4 Linux</description>
|
||||
<filename>../../sys/v4l/.libs/libgstvideo4linux.so</filename>
|
||||
<basename>libgstvideo4linux.so</basename>
|
||||
<version>0.10.25.1</version>
|
||||
<version>0.10.26</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins prerelease</package>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Adjusts video frames</description>
|
||||
<filename>../../gst/videorate/.libs/libgstvideorate.so</filename>
|
||||
<basename>libgstvideorate.so</basename>
|
||||
<version>0.10.25.1</version>
|
||||
<version>0.10.26</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins prerelease</package>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Resizes video</description>
|
||||
<filename>../../gst/videoscale/.libs/libgstvideoscale.so</filename>
|
||||
<basename>libgstvideoscale.so</basename>
|
||||
<version>0.10.25.1</version>
|
||||
<version>0.10.26</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins prerelease</package>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Creates a test video stream</description>
|
||||
<filename>../../gst/videotestsrc/.libs/libgstvideotestsrc.so</filename>
|
||||
<basename>libgstvideotestsrc.so</basename>
|
||||
<version>0.10.25.1</version>
|
||||
<version>0.10.26</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins prerelease</package>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>plugin for controlling audio volume</description>
|
||||
<filename>../../gst/volume/.libs/libgstvolume.so</filename>
|
||||
<basename>libgstvolume.so</basename>
|
||||
<version>0.10.25.1</version>
|
||||
<version>0.10.26</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins prerelease</package>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Vorbis plugin library</description>
|
||||
<filename>../../ext/vorbis/.libs/libgstvorbis.so</filename>
|
||||
<basename>libgstvorbis.so</basename>
|
||||
<version>0.10.25.1</version>
|
||||
<version>0.10.26</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins prerelease</package>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>X11 video output element based on standard Xlib calls</description>
|
||||
<filename>../../sys/ximage/.libs/libgstximagesink.so</filename>
|
||||
<basename>libgstximagesink.so</basename>
|
||||
<version>0.10.25.1</version>
|
||||
<version>0.10.26</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins prerelease</package>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>XFree86 video output plugin using Xv extension</description>
|
||||
<filename>../../sys/xvimage/.libs/libgstxvimagesink.so</filename>
|
||||
<basename>libgstxvimagesink.so</basename>
|
||||
<version>0.10.25.1</version>
|
||||
<version>0.10.26</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-base</source>
|
||||
<package>GStreamer Base Plug-ins prerelease</package>
|
||||
<package>GStreamer Base Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -35,6 +35,17 @@ A wide range of video and audio decoders, encoders, and filters are included.
|
|||
</CVSRepository>
|
||||
</repository>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>0.10.26</revision>
|
||||
<branch>0.10</branch>
|
||||
<name>You will know when you get there</name>
|
||||
<created>2010-02-10</created>
|
||||
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-0.10.26.tar.bz2" />
|
||||
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-0.10.26.tar.gz" />
|
||||
</Version>
|
||||
</release>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>0.10.25</revision>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef _GST_PLUGINS_BASE__STDINT_H
|
||||
#define _GST_PLUGINS_BASE__STDINT_H 1
|
||||
#ifndef _GENERATED_STDINT_H
|
||||
#define _GENERATED_STDINT_H "gst-plugins-base 0.10.25.3"
|
||||
#define _GENERATED_STDINT_H "gst-plugins-base 0.10.26"
|
||||
/* generated using gnu compiler gcc (Debian 4.4.3-1) 4.4.3 */
|
||||
#define _STDINT_HAVE_STDINT_H 1
|
||||
#include <stdint.h>
|
||||
|
|
|
@ -66,7 +66,7 @@
|
|||
#define GST_LICENSE "LGPL"
|
||||
|
||||
/* 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 */
|
||||
#define GST_PACKAGE_ORIGIN "Unknown package origin"
|
||||
|
@ -319,7 +319,7 @@
|
|||
#define PACKAGE_NAME "GStreamer Base Plug-ins"
|
||||
|
||||
/* Define to the full name and version of this package. */
|
||||
#define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.25.3"
|
||||
#define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.26"
|
||||
|
||||
/* Define to the one symbol short name of this package. */
|
||||
#define PACKAGE_TARNAME "gst-plugins-base"
|
||||
|
@ -328,7 +328,7 @@
|
|||
#undef PACKAGE_URL
|
||||
|
||||
/* Define to the version of this package. */
|
||||
#define PACKAGE_VERSION "0.10.25.3"
|
||||
#define PACKAGE_VERSION "0.10.26"
|
||||
|
||||
/* directory where plugins are located */
|
||||
#ifdef _DEBUG
|
||||
|
@ -356,7 +356,7 @@
|
|||
#undef STDC_HEADERS
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "0.10.25.3"
|
||||
#define VERSION "0.10.26"
|
||||
|
||||
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
|
||||
significant byte first (like Motorola and SPARC, unlike Intel). */
|
||||
|
|
Loading…
Reference in a new issue