GNOME Bugzilla – Bug 772550
urisourcebin: Fix minor typo and some FIXME list
Last modified: 2016-11-02 00:48:25 UTC
Created attachment 337130 [details] update fix minor typo patch I found some minor typo and fixed them. So I will fix some FIXME list.
Created attachment 337132 [details] update Fix some FIXME list patch update Fix some FIXME list patch - demuxer property check - set adaptive demuxer queue's buffering property via urisrc use_buffering value
Created attachment 337133 [details] [review] update fix minor typo patch
Created attachment 337134 [details] [review] update fix some FIXME list patch
Comment on attachment 337134 [details] [review] update fix some FIXME list patch >Subject: [PATCH] urisourcebin: Fix some FIXME list > >Fix FIXME list >- demuxer property check >- set adaptive demuxer queue's buffering property > via urisrc use_buffering value Please try to come up with a better summary line than "Fix some FIXMEs" :) Try to find something that makes it clear what the change is about and achieves. (If it's multiple things maybe they should be done separately, but these look related, so it's fine.) It should be possible to get an idea what the change was about just from the summary line.
Created attachment 337491 [details] [review] change summary line about 'fix some FIXME...'path
(In reply to Tim-Philipp Müller from comment #4) > Comment on attachment 337134 [details] [review] [review] > update fix some FIXME list patch > > >Subject: [PATCH] urisourcebin: Fix some FIXME list > > > >Fix FIXME list > >- demuxer property check > >- set adaptive demuxer queue's buffering property > > via urisrc use_buffering value > > Please try to come up with a better summary line than "Fix some FIXMEs" :) > > Try to find something that makes it clear what the change is about and > achieves. (If it's multiple things maybe they should be done separately, but > these look related, so it's fine.) It should be possible to get an idea what > the change was about just from the summary line. Thank you for your comment. I changed summary line and base about "Fix some FIXME..." patch.
Are there any additional comments??
Thanks! Theres' one small typo in the commit message (connection-spped instead of connection-speed), but we can fix that when pushing. We're in hard-freeze for 1.10 at the moment though.
thanks! Pushed the 2nd patch. The first was already changed via bug #772445