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 732258 - Inter elements cannot change channel while playing
Inter elements cannot change channel while playing
Status: RESOLVED DUPLICATE of bug 722877
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
1.3.2
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-06-26 01:49 UTC by lousimons
Modified: 2014-06-28 13:34 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description lousimons 2014-06-26 01:49:27 UTC
Currently, inter sources and sinks only set the transfer surface when the element is set to playing.  While the g_object property can be set at any time, this has no effect on the element's behavior after it has started playing.

I made an attempt at writing test cases demonstrating this with simple (maybe naive) solutions.  The change is available at https://github.com/superlou/gstreamer-inter-modifications/commit/29e275555efce0573990f8ed83f61fc19cb00df6.

Is there another page that describes how to create a patch for gstreamer?  The page linked from gstreamer.org looks empty (http://gstreamer.freedesktop.org/wiki/SubmittingPatches).
Comment 1 lousimons 2014-06-28 13:34:44 UTC

*** This bug has been marked as a duplicate of bug 722877 ***