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 611659 - [ximagesrc] should send new_segment with GST_FORMAT_TIME format
[ximagesrc] should send new_segment with GST_FORMAT_TIME format
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.10.22
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-03-03 00:59 UTC by Thadeu Lima de Souza Cascardo
Modified: 2010-03-10 12:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch (1.04 KB, patch)
2010-03-03 00:59 UTC, Thadeu Lima de Souza Cascardo
committed Details | Review

Description Thadeu Lima de Souza Cascardo 2010-03-03 00:59:23 UTC
Created attachment 155095 [details] [review]
Patch

ximagesrc doesn't work with input-selector and will probably fail with some other elements too.
Comment 1 Thiago Sousa Santos 2010-03-04 22:44:44 UTC
Sounds reasonable, will push after freeze.
Comment 2 Thiago Sousa Santos 2010-03-10 12:42:57 UTC
Pushed.

Module: gst-plugins-good
Branch: master
Commit: aa26b09c1c6190b199324c11af4ac2ffa5edab9e
URL:   
http://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/?id=aa26b09c1c6190b199324c11af4ac2ffa5edab9e

Author: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Date:   Tue Feb 23 21:06:55 2010 -0300

ximagesrc: send new_segment with GST_FORMAT_TIME format

Instead of using BaseSrc default format GST_FORMAT_BYTES, send it in
GST_FORMAT_TIME.

Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>

Fixes #611659