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 582483 - y4menc doesn't pass timestamps on
y4menc doesn't pass timestamps on
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other All
: Normal blocker
: 0.10.12
Assigned To: GStreamer Maintainers
GStreamer Maintainers
: 582482 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2009-05-13 15:43 UTC by Alexandre Bourget
Modified: 2009-05-13 17:36 UTC
See Also:
GNOME target: ---
GNOME version: 2.25/2.26


Attachments
proposed patch (1.11 KB, patch)
2009-05-13 15:44 UTC, Wim Taymans
committed Details | Review

Description Alexandre Bourget 2009-05-13 15:43:08 UTC
Please describe the problem:
This makes y4menc useless for any file playback

Steps to reproduce:
0. mkfifo /tmp/test.fifo
0. modprobe vloopback pipes=3
1. gst-launch-0.10 filesrc location=somevideofile.avi ! decodebin ! ffmpegcolorspace ! videoscale ! video/x-raw-yuv, width=320, height=240 ! y4menc ! filesink sync=true location=/tmp/test.fifo
2. cat /tmp/test.fifo | mjpegtools_yuv_to_v4l /dev/video4
3. camstream

and view the video feed.


Actual results:
it goes very fast, as fast as the computer can transcode

Expected results:
The video to go at the normal rate.

Does this happen every time?
yes

Other information:
http://pastebin.ca/1421632 fixes it.
Comment 1 Wim Taymans 2009-05-13 15:44:29 UTC
Created attachment 134578 [details] [review]
proposed patch
Comment 2 Wim Taymans 2009-05-13 15:45:11 UTC
*** Bug 582482 has been marked as a duplicate of this bug. ***
Comment 3 Wim Taymans 2009-05-13 17:36:45 UTC
commit 60f46ec99ce543a6342b2ec12a2ff26043f98e38
Author: Wim Taymans <wim.taymans@collabora.co.uk>
Date:   Wed May 13 17:54:47 2009 +0200

    y4menc: don't strip timestamps
    
    Fixes #582483