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 647081 - nuvdemux: extract or estimate duration
nuvdemux: extract or estimate duration
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal enhancement
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-04-07 18:38 UTC by jeetu.golani
Modified: 2016-12-21 11:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Test code that retrieves video length of media (1.68 KB, text/plain)
2011-04-07 18:40 UTC, jeetu.golani
Details

Description jeetu.golani 2011-04-07 18:38:40 UTC
Trying to use the Discoverer module to retrieve media information and video length always returns as -1 for mythtv's native nupplevideo format. The file has a mpeg4 video stream and a mp3 encoded audio stream and has been generated with mythtv 0.24.

Other aspects such as videoheight, videowidth, mimetype etc show up correctly. Also videolength shows up correctly for .avi files.

I am using libgstreamer-0.10-1 - v0.10.30 and I have all the plugins packages installed (base,good,bad,really bad). I am coding this using the Python bindings and specifically the Discoverer module. I am attaching a sample code that I am using to test this out.

Thanks for all your efforts.
Comment 1 jeetu.golani 2011-04-07 18:40:46 UTC
Created attachment 185459 [details]
Test code that retrieves video length of media
Comment 2 Tim-Philipp Müller 2016-12-21 11:49:11 UTC
This plugin was never ported to 1.x and has been removed now.

Commit: 9b5de053995488d5ddc78c1bf4df651101271d70
URL:    http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=9b5de053995488d5ddc78c1bf4df651101271d70

Author: Sebastian Dröge <sebastian@centricular.com>
Date:   Wed Dec 21 11:00:47 2016 +0200

Remove various unported plugins

If they were not ported after 4+ years it seems unlikely that anybody is
ever going to need them again. They're still in the GIT history if
needed.

https://bugzilla.gnome.org/show_bug.cgi?id=774530