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 774674 - qtdemux: Remove useless return variable
qtdemux: Remove useless return variable
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 1.11.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-11-18 13:55 UTC by Seungha Yang
Modified: 2016-11-18 16:06 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
qtdemux: Remove useless return variable (1.21 KB, patch)
2016-11-18 13:56 UTC, Seungha Yang
committed Details | Review

Description Seungha Yang 2016-11-18 13:55:41 UTC
qtdemux_expose_streams() returns flow error immediately, if there is an error.
So, the variable for the flow return is not needed.
Comment 1 Seungha Yang 2016-11-18 13:56:06 UTC
Created attachment 340234 [details] [review]
qtdemux: Remove useless return variable
Comment 2 Sebastian Dröge (slomo) 2016-11-18 16:05:37 UTC
Attachment 340234 [details] pushed as 7d2a070 - qtdemux: Remove useless return variable