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 626057 - [typfinding] misc. problems with oxo_restaurant.mov
[typfinding] misc. problems with oxo_restaurant.mov
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-08-04 19:54 UTC by Tim-Philipp Müller
Modified: 2013-07-22 14:34 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tim-Philipp Müller 2010-08-04 19:54:36 UTC
$ wget http://www.harveynichols.com/files/other/QTVR/oxo_restaurant.mov

Three problems with this file:

a) typefinding in pull mode doesn't work, but in push mode it does

    $ gst-launch-0.10 filesrc location=oxo_restaurant.mov ! typefind ! fakesink
    ERROR: from element /GstPipeline:pipeline0/GstTypeFindElement:typefindelement0: Could not determine type of stream.


    $ gst-launch-0.10 filesrc location=oxo_restaurant.mov ! queue ! typefind ! fakesink
    Setting pipeline to PAUSED ...
    ...
    Got EOS from element "pipeline0".
    Execution ended after 592463 ns.


b) "Failed to configure latency" warning:

    $ gst-launch-0.10 filesrc location=oxo_restaurant.mov ! typefind ! qtdemux ! fakesink
    gstbin.c(2326): gst_bin_do_latency_func (): /GstPipeline:pipeline0:
Failed to configure latency of 0:00:00.000000000

    $ gst-launch-0.10 filesrc location=oxo_restaurant.mov ! qtdemux ! fakesink
    (no warning

c) only one frame in push mode, but multiple frames in pull mode:

    $ gst-launch-0.10 filesrc location=oxo_restaurant.mov ! qtdemux ! jpegdec ! xvimagesink

    vs.


    $ gst-launch-0.10 filesrc location=oxo_restaurant.mov ! queue ! qtdemux ! jpegdec ! xvimagesink
Comment 1 Mark Nauwelaerts 2011-04-12 10:44:11 UTC
It seems the original link does not lead to anything .mov anymore ...
Comment 2 Edward Hervey 2013-07-22 14:26:08 UTC
Tim, can we close this ?