[Bug 709224] audio/videodecoder: Not returning GST_FLOW_EOS when after segment

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun May 25 19:15:17 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=709224
  GStreamer | gst-plugins-base | git

Thiago Sousa Santos <thiagossantos> changed:

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

--- Comment #66 from Thiago Sousa Santos <thiagossantos at gmail.com> 2014-05-26 02:15:06 UTC ---
Created an attachment (id=277170)
 View: https://bugzilla.gnome.org/attachment.cgi?id=277170
 Review: https://bugzilla.gnome.org/review?bug=709224&attachment=277170

pad: store last flow return and provide acessor function

Updated the patch after the review.

A doubt I had was about the GST_PADDING at the end as sizeof(enum) can be
different then sizeof(gpointer) depending on the compiler. How to have
it consistent? Use unions? Any less ugly option or the compiler will add
some padding itself as it should make it pointer-size aligned?

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