typo in ocv_transcoder.py

Bug #1089309 reported by Eg22 Gddw
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OggConvert
Confirmed
Undecided
Unassigned

Bug Description

Typo in ocv_transcoder.py on line 172: must be queue2 instead of queue1.

# ocv_transcoder.py, lines 169-172
self._queue1 = gst.element_factory_make("queue")
self._queue1.set_property("max-size-buffers",500)
self._queue2 = gst.element_factory_make("queue")
self._queue1.set_property("max-size-buffers",500) # typo

Florian Demmer (fdemmer)
Changed in oggconvert:
status: New → Confirmed
Revision history for this message
Florian Demmer (fdemmer) wrote :

fixed it in my branch (http://bazaar.launchpad.net/~fdemmer/oggconvert/trunk/revision/64)
unfortunately you cannot create pull requests for a single changeset on launchpad.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.