[Bug 777825] isoff: Move isoff to gst-libs
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Sun Jul 2 05:34:34 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=777825
--- Comment #45 from Seungha Yang <sh.yang at lge.com> ---
(In reply to Reynaldo H. Verdejo Pinochet from comment #43)
> > > @@ +323,3 @@
> > > + duration = ~duration;
> > > + absolute_time = ~time;
> > > + GST_ERROR ("Error getting box's flags field");
> > >
> >
> > Couldn't find any API for both getting and ~= operation at once from
> > gstbytereader.c...
>
>
> Can you elaborate on why are you applying bitwise-NOT operations _twice_ on
> time & duration before assigning the resulting values to the absolute_ vars?
I removed them. It was copied from original code in "gstmssfragmentparser.c"
Assigning uint32 value to uint64 must have no problem. The bitwise operation
seems to be needless
--
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