[Bug 645006] [mpegtsmux] in m2ts-mode, PAT is written only once

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue May 24 08:43:26 PDT 2011


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

Andreas Frisch <fraxinas> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|FIXED                       |

--- Comment #5 from Andreas Frisch <fraxinas at opendreambox.org> 2011-05-24 15:43:23 UTC ---
thaytan, i have to reopen this issue since the part of the problem, the
continuous pat injection, persists.

the mux->pat_changed flag in tsmux.c still doesn't ever become true after the
very first time

diff --git a/gst/mpegtsmux/tsmux/tsmux.c b/gst/mpegtsmux/tsmux/tsmux.c
index 1a50e72..66f648a 100644
--- a/gst/mpegtsmux/tsmux/tsmux.c
+++ b/gst/mpegtsmux/tsmux/tsmux.c
@@ -887,7 +887,7 @@ tsmux_write_pat (TsMux * mux)
   GList *cur;
   TsMuxSection *pat = &mux->pat;

-  if (mux->pat_changed) {
+  /*if (mux->pat_changed) */  {
     /* program_association_section ()
      * table_id                                   8   uimsbf
      * section_syntax_indicator                   1   bslbf

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