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 745523 - avidemux: remove not needed condition
avidemux: remove not needed condition
Status: RESOLVED DUPLICATE of bug 745276
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
1.4.5
Other Linux
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-03-03 12:25 UTC by Jimmy Ohn
Modified: 2015-03-04 10:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
remove not needed condition (1.77 KB, patch)
2015-03-03 12:27 UTC, Jimmy Ohn
rejected Details | Review

Description Jimmy Ohn 2015-03-03 12:25:33 UTC
I cleanup some code in gst_avi_demux_handle_src_query.
In this function, we already check about stream is vbr or not at the upper line.
So, we don't need to check this condition. because stream is not vbr 100% in this case.
Comment 1 Jimmy Ohn 2015-03-03 12:27:55 UTC
Created attachment 298420 [details] [review]
remove not needed condition

remove not needed condition
Comment 2 Jimmy Ohn 2015-03-04 09:20:00 UTC
This patch duplicated 745276

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