After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 654664 - gst-xmlinspect errors when run, in ffmpeg
gst-xmlinspect errors when run, in ffmpeg
Status: RESOLVED DUPLICATE of bug 654634
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-07-15 05:35 UTC by Chris Fahlman
Modified: 2011-07-15 09:31 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Chris Fahlman 2011-07-15 05:35:01 UTC
When I run gst-xmlinspect, it errors. The error references the libpostproc file in gst-ffmpeg.


...

 <element-properties>
  <element-property>
   <name>name</name>
   <type>gchararray</type>
   <nick>Name</nick>
   <blurb>The name of the object</blurb>
   <flags>RW</flags>
   <default>&quot;element&quot;</default>
  </element-property>
  <element-property>
   <name>block-size</name>
   <type>guint</type>
   <nick>Block size</nick>
   <blurb>Block size</blurb>
   <flags>RW</flags>
   <range min="1" max="9"/>
   <default>6</default>
  </element-property>
  <element-property>
   <name>buffer-size</name>
   <type>guint</type>
   <nick>Buffer size</nick>
   <blurb>Buffer size</blurb>
   <flags>RW</flags>
   <range min="1" max="4294967295"/>
   <default>1024</default>
  </element-property>
 </element-properties>
 <element-signals>
 </element-signals>
 <element-actions>
 </element-actions>
</element>
0:00:04.848871778  7647      0x24a5fe0 ERROR               postproc :0:: 1 errors in postprocess string "de"

**
ERROR:gstpostproc.c:360:change_mode: assertion failed: (postproc->mode)
Aborted
Comment 1 Tim-Philipp Müller 2011-07-15 09:31:38 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

*** This bug has been marked as a duplicate of bug 654634 ***