After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 140845 - [strings] gst-plugins testsuite's embed.c still uses xvideosink
[strings] gst-plugins testsuite's embed.c still uses xvideosink
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal normal
: 0.8.8
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-04-22 13:52 UTC by Zaheer Abbas Merali
Modified: 2005-01-09 14:53 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Zaheer Abbas Merali 2004-04-22 13:52:25 UTC
It should use xoverlay, and therefore be a good example for ppl writing
gstreamer apps
Comment 1 Ronald Bultje 2004-04-22 14:11:33 UTC
There's an example app for xoverlay in gst-sandbox (gst-overlay), including
GNOME widget... We probably want to move that over.
Comment 2 Stephane Loeuillet 2004-12-18 23:58:54 UTC
in fact, references to 'xvideosink' are still all over the place in gstreamer
(docs, man-pages, testsuite, ...)

is there somewhere a list of all deprecated stuff from older gst versions ?
(elements, functions, ...)

so that we could make a script that spots them all and kill them for good
Comment 3 Ronald Bultje 2005-01-09 14:53:14 UTC
Relevant grep logs:

sys/v4l/TODO - removed from line
gconf/gstreamer.schemas.in - fixed
ext/dvdread/demo-play.c - replaced by script
gst-libs/gst/gconf/gconf.c - fixed
examples/seeking/spider_seek.c - fixed
examples/capsfilter/capsfilter1.c - fixed
testsuite/embed/embed.c - replaced with adapted version of gst-overlay

Marking fixed.