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 680185 - rmdemux: duration in push mode
rmdemux: duration in push mode
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
git master
Other Linux
: Normal enhancement
: 1.1.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-07-18 16:19 UTC by Tim-Philipp Müller
Modified: 2013-07-18 15:17 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tim-Philipp Müller 2012-07-18 16:19:54 UTC
Not sure if this is possible or easy to do right now, just making a note to self to look into this.

gst-discoverer-$VERSION  pushfile:///path/to/foo.rm

should ideally show a duration of some sort. Applies to both 0.10 and 0.11
Comment 1 Edward Hervey 2013-07-18 15:17:09 UTC
commit 3c6a9d3e37417a8c9ba83d90241d44efacb2123e
Author: Edward Hervey <edward@collabora.com>
Date:   Thu Jul 18 17:14:29 2013 +0200

    rmdemux: Mark demuxer as "running" in push-mode
    
    Allows queries (and other code) to be answered when working in push-mode.
    
    Running would only be set to TRUE accordingly when working in pull-mode
    once it had read header/index.
    
    Fixes #680185