Changeset 1fc1afb


Ignore:
Timestamp:
05/14/2024 05:45:59 PM (2 weeks ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
trunk
Children:
503979ca
Parents:
8709d641
Message:

gst-libav: fix building with ffmpeg-7

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r8709d641 r1fc1afb  
    3939    </listitem>
    4040    -->
     41
     42    <listitem>
     43      <para>May 14th, 2024</para>
     44      <itemizedlist>
     45        <listitem>
     46          <para>[renodr] - Fix building gst-libav with ffmpeg-7.</para>
     47        </listitem>
     48      </itemizedlist>
     49    </listitem>
    4150
    4251    <listitem>
  • multimedia/libdriv/gst10-libav.xml

    r8709d641 r1fc1afb  
    9393
    9494    <para>
     95      First, fix some usage of deprecated APIs that causes a build failure:
     96    </para>
     97
     98<screen><userinput remap="pre">sed -e '1375,1430d' \
     99    -e '2058d'      \
     100    -e '2105,2140d' \
     101    -e '2217,2221d' \
     102    -i ext/libav/gstavdemux.c &amp;&amp;
     103sed -i '2122aif (!gst_element_register (plugin, type_name, rank, type)) {' ext/libav/gstavdemux.c</userinput></screen>
     104
     105    <para>
    95106      Install <application>GStreamer Libav</application> by running the following
    96107      commands:
Note: See TracChangeset for help on using the changeset viewer.