[gstreamer-bugs] [Bug 351663] [wavpackenc] doesn't set correct caps on source pad

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Aug 21 06:32:18 PDT 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=351663
 GStreamer | gst-plugins-bad | Ver: HEAD CVS


Tim-Philipp Müller changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #71081|0                           |1
        is obsolete|                            |
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
            Summary|[PATCH] wavpackenc doesn't  |[wavpackenc] doesn't set
                   |set correct caps on sinkpad |correct caps on source pad
   Target Milestone|HEAD                        |0.10.4




------- Comment #3 from Tim-Philipp Müller  2006-08-21 13:31 UTC -------
I think the caps/template should be the other way around: output is framed, so
it should be framed=true everywhere really. encoder ! parser ! decoder doesn't
work, but that's really more a parser problem (which should probably accept
both framed and unframed input if this is supposed to work; if we do change
wavpackparse, we need to mess with the ranks though to make sure autoplugging
still works right); however, I don't really think it's important that this
works, encoder ! decoder workiness is enough IMHO.

  2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>

        * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_init),
        (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
        (gst_wavpack_enc_chain), (gst_wavpack_enc_rewrite_first_block),
        (gst_wavpack_enc_sink_event):
          Fix caps set on buffers and template caps (output is framed)
          and make them match (#351663); use GST_WARNING_OBJECT instead of
          GST_ELEMENT_WARNING; simplify push_block(); do some small
          clean-ups here and there; fix memleak (#351663).


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




More information about the Gstreamer-bugs mailing list