[Bug 731400] pnmdec: PNMDecoder gives sticky event warning

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jun 10 03:18:13 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=731400
  GStreamer | gst-plugins-bad | unspecified

Sanjay NM <sanjay.nm> changed:

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

--- Comment #2 from Sanjay NM <sanjay.nm at samsung.com> 2014-06-10 10:18:09 UTC ---
Created an attachment (id=278196)
 View: https://bugzilla.gnome.org/attachment.cgi?id=278196
 Review: https://bugzilla.gnome.org/review?bug=731400&attachment=278196

pnmdec: Ported PNM Decoder to use gstVideoDecoder Class

Thanks for the detailed review.

Have incorporated all the review comments except using
gst_video_decoder_add_to_frame to add data to frame. Reason for this is, in PNM
there are no markers for data, especially for ASCII data its not possible to
know how many bytes should be read to form a frame. So have created a function
gst_pnmdec_add_to_frame. This keeps adding data to s->buf and finally this data
is given to the frame.

-- 
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