[Bug 651533] gstomx.conf.in: Invalid serialized GstStructure strings for multi-structure caps of omx_mpeg4dec

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue May 31 13:33:14 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=651533
  GStreamer | gst-openmax | git

--- Comment #6 from Felipe Contreras <felipe.contreras at gmail.com> 2011-05-31 20:33:07 UTC ---
(In reply to comment #5)
> Ok, are you going to do that? My sed/perl skills are not good enough to
> automatically convert the multi-line strings into a single line without
> spending a lot of time with learning perl

I was hoping you would do that.

But anyway, this does it:

-       cat $^ | $(CPP) $(CFLAGS) $(libgstomx_la_CFLAGS) $(DEFAULT_INCLUDES)
$(INCLUDES) - | grep -v "^#" | sed 's/\"\ *\"//g' >> $@
+       cat $^ | $(CPP) -P $(CFLAGS) $(libgstomx_la_CFLAGS) $(DEFAULT_INCLUDES)
$(INCLUDES) - | sed 's/\"\ *\"//g' >> $@

-- 
Configure bugmail: https://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