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 104360 - Some more media-info fields
Some more media-info fields
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks: 104836
 
 
Reported: 2003-01-24 19:48 UTC by Jorn Baayen
Modified: 2005-03-25 19:23 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10


Attachments
Example code for getting width/height of a video (2.60 KB, patch)
2003-01-30 20:37 UTC, Ronald Bultje
none Details | Review

Description Jorn Baayen 2003-01-24 19:48:08 UTC
It would be great if the media-info api could also provide the following
information:

For audio:
channels, samplerate

For video:
x & y resolution
Comment 1 Ronald Bultje 2003-01-30 20:36:39 UTC
Isn't this supposed to be done by
gst-plugins/gst-libs/gst/audio/audio.h and ~video/video.h
(libgstaudio/libgstvideo)? Actually, resolution isn't implemented yet
in video (only fps), but that's not hard to add. Code would look like
something as attached. If that's ok, I'll apply it and close this bug.
Comment 2 Ronald Bultje 2003-01-30 20:37:42 UTC
Created attachment 13966 [details] [review]
Example code for getting width/height of a video
Comment 3 Jorn Baayen 2003-01-31 22:10:54 UTC
Ah, that looks like what I was looking for, great. :)

Though, media-info would need to wrap these things by providing it's
own fields for the stuff or something, since media-info does not
expose a GstPad.
Comment 4 Ronald Bultje 2003-01-31 23:02:10 UTC
The idea is to use (for example) the pads of your audio and video sink
for getting these properties.
Comment 5 Jorn Baayen 2003-01-31 23:12:11 UTC
Yes, but when just getting metadata for incorporation in the rhythmbox
library we are not ubilding a pipeline with a sink or something. So,
that's why I'm asking for media-info support for those values..
Comment 6 Stephane Loeuillet 2004-12-12 22:14:41 UTC
what's the status of this one guys ?

i suppose this kind of info is gathered with the other tags (a/v codec, and the
like)
Comment 7 Thomas Vander Stichele 2004-12-23 12:17:13 UTC
Stephane,

PLEASE don't assign milestones on bugs that are not moving for the next release !
Comment 8 Ronald Bultje 2005-03-25 19:23:41 UTC
This is done in playbin nowadays. Media-info is old and unused nowadays.