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 634186 - is playbin deprecated?
is playbin deprecated?
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
unspecified
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-11-06 18:58 UTC by Levente Farkas
Modified: 2010-11-06 19:07 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Levente Farkas 2010-11-06 18:58:35 UTC
the current docs at:
http://www.gstreamer.net/data/doc/gstreamer/head/gst-plugins-base-plugins/html/gst-plugins-base-plugins-playbin.html
said playbin is depricated, but playbin2 do not contain "stream-info" property.
is it planed a bug or a feature?
Comment 1 Tim-Philipp Müller 2010-11-06 19:07:38 UTC
This sounds more like something that should posted on the mailing list instead of bugzilla.

It's not a bug. playbin2 is not fully API compatible to the old playbin, this is necessary and intentional.

Use playbin2's "get-{audio,video,text}-{tags,pad}" action signals to retrieve the info you used to find in the stream-info objects.