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 797208 - flvdemux wrong exposes the source pads when worked under GES
flvdemux wrong exposes the source pads when worked under GES
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-editing-services
1.14.x
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-09-27 02:54 UTC by Oleg
Modified: 2018-11-03 12:54 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Oleg 2018-09-27 02:54:07 UTC
The same behaviour under Windows/Linux, 1.12.2/1.14.x

The next command line does not work:

ges-launch-1.0 +clip 20051210-w50s.flv inpoint=0 duration=5 +clip 20051210-w50s.flv inpoint=5 duration=10 -o output.via.ges-launch2.ogv

If you look at the resulting graph "ges-flvdemux-graph.png", it's easy to see that flvdemux does not show the video pad at the right moment (please see tooltips on picture).

Please note that next command line worked fine:

gst-launch-1.0 
 uridecodebin uri=file:///20051210-w50s.flv ! audioconvert ! autoaudiosink
 uridecodebin uri=file:///20051210-w50s.flv ! videoconvert ! autovideosink

The graph file for it "gst-flvdemux-graph.png"

Attachments can be downloaded here (a total of about 1.2 megabytes):
https://yadi.sk/d/X6orMZdM-lH4Ew
Comment 1 GStreamer system administrator 2018-11-03 12:54:43 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-editing-services/issues/44.