[Bug 722453] avviddec: add output-corrupt property

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Jan 17 13:02:26 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=722453
  GStreamer | gst-libav | git

Aleix Conchillo Flaqué <aleix> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #266576|0                           |1
        is obsolete|                            |

--- Comment #3 from Aleix Conchillo Flaqué <aleix at oblong.com> 2014-01-17 21:02:22 UTC ---
Created an attachment (id=266580)
 View: https://bugzilla.gnome.org/attachment.cgi?id=266580
 Review: https://bugzilla.gnome.org/review?bug=722453&attachment=266580

add output-corrupt property (fixup)

Not sure if it makes sense to set/unset the flags every time, so I just update
the output_corrupt property now and only set flags in gst_ffmpegviddec_open
where the context is initialized for sure.

The context is created in the init function, so I think old code was also fine.
In any case, setting the flags before gst_ffmpeg_avcodec_open is called (which
happens when setting property for the first time) doesn't work.

About the indentation, it was because of my editor and the tabs. Is it OK to
use tabs in the code?

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list