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 619848 - [deinterlace] can't switch properties on running pipeline
[deinterlace] can't switch properties on running pipeline
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.x
Other All
: Normal normal
: 0.10.24
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-05-27 16:56 UTC by Thomas Löwe
Modified: 2010-06-01 09:22 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
deinterlace: Don't reconfigure the caps when changing properties (3.75 KB, patch)
2010-05-27 19:07 UTC, Sebastian Dröge (slomo)
committed Details | Review

Description Thomas Löwe 2010-05-27 16:56:44 UTC
With the current deinterlacer it's not possible to change the properties at running pipeline (for example "mode" to switch deinterlacing on/off): the picture is freezing.

This was possible with the "deinterlace" property in the old version of the deinterlacer.

I've tested this only in i420 mode.
Comment 1 Sebastian Dröge (slomo) 2010-05-27 18:39:32 UTC
Yes, I can reproduce this here.
Comment 2 Sebastian Dröge (slomo) 2010-05-27 19:07:50 UTC
Created attachment 162140 [details] [review]
deinterlace: Don't reconfigure the caps when changing properties

Fixes bug #619848.
Comment 3 Thomas Löwe 2010-05-28 08:26:56 UTC
Works fine now, Thank you!
Comment 4 Sebastian Dröge (slomo) 2010-06-01 09:22:22 UTC
commit d09ff4124e1b176dc7395965794b5eccfaeb8270
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
Date:   Thu May 27 21:06:43 2010 +0200

    deinterlace: Don't reconfigure the caps when changing properties
    
    Fixes bug #619848.